added comment to trigger CI

This commit is contained in:
Anton-4 2022-01-17 11:15:24 +01:00
parent c1dc0226f6
commit bcdbbd1a5d

View File

@ -11,7 +11,7 @@ use roc_module::ident::Lowercase;
use roc_types::subs::Variable;
#[derive(Debug)]
pub struct Rigids {
pub struct Rigids { // Rigid type variable = type variable where type is specified by the programmar
pub names: PoolVec<(Option<PoolStr>, Variable)>, // 8B
padding: [u8; 1],
}