1
Fork 0

Removed various double spaces in compiler source comments.

This commit is contained in:
André Vennberg 2023-01-14 17:34:59 +01:00
parent 44a500c8c1
commit da3623abab
6 changed files with 6 additions and 6 deletions

View file

@ -1100,7 +1100,7 @@ pub enum FieldsShape {
/// named `inverse_memory_index`.
///
// FIXME(eddyb) build a better abstraction for permutations, if possible.
// FIXME(camlorn) also consider small vector optimization here.
// FIXME(camlorn) also consider small vector optimization here.
memory_index: Vec<u32>,
},
}