Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Clippy!

+1 -1
+1 -1
compiler-core/src/format.rs
··· 290 290 291 291 /// Prints the imports as a single sorted group of import statements. 292 292 /// 293 - fn sorted_import_group<'a>(&mut self, imports: &Vec<&'a TargetedDefinition>) -> Document<'a> { 293 + fn sorted_import_group<'a>(&mut self, imports: &[&'a TargetedDefinition]) -> Document<'a> { 294 294 let imports = imports 295 295 .iter() 296 296 .sorted_by(|one, other| match (&one.definition, &other.definition) {