Skip to content

Instantly share code, notes, and snippets.

@compiler-errors
Created May 13, 2022 22:56
Show Gist options
  • Select an option

  • Save compiler-errors/ebb27211740f6117b753f2e06928235f to your computer and use it in GitHub Desktop.

Select an option

Save compiler-errors/ebb27211740f6117b753f2e06928235f to your computer and use it in GitHub Desktop.
|lint| {
lint.build(msg)
.multipart_suggestion_verbose(
sugg_msg,
sugg,
Applicability::MachineApplicable,
);
+ if is_local {
+ lint.multipart_suggestion(...);
+ }
lint.emit();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment