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

Configure Feed

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

clippy

+2 -3
+2 -3
compiler-core/src/language_server/engine.rs
··· 2 2 Error, Result, Warning, 3 3 analyse::name::correct_name_case, 4 4 ast::{ 5 - self, ArgNames, CustomType, Definition, DefinitionLocation, Function, ModuleConstant, 6 - Pattern, PatternUnusedArguments, RecordConstructor, SrcSpan, TypedArg, TypedExpr, 7 - TypedFunction, TypedModule, TypedPattern, 5 + self, CustomType, Definition, DefinitionLocation, ModuleConstant, PatternUnusedArguments, 6 + SrcSpan, TypedArg, TypedExpr, TypedFunction, TypedModule, TypedPattern, 8 7 }, 9 8 build::{Located, Module, UnqualifiedImport, type_constructor_from_modules}, 10 9 config::PackageConfig,