must_not_suspend impl
This commit is contained in:
parent
5d2a410ff7
commit
2271376fb2
19 changed files with 587 additions and 5 deletions
|
@ -298,6 +298,7 @@ fn register_builtins(store: &mut LintStore, no_interleave_lints: bool) {
|
|||
UNUSED_LABELS,
|
||||
UNUSED_PARENS,
|
||||
UNUSED_BRACES,
|
||||
MUST_NOT_SUSPEND,
|
||||
REDUNDANT_SEMICOLONS
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue