mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
set CodeSuggestion approximate to false. fixes #2429
This commit is contained in:
parent
d5bac82837
commit
c5ee8b5dfb
1 changed files with 1 additions and 0 deletions
|
@ -648,6 +648,7 @@ where
|
|||
],
|
||||
msg: help_msg,
|
||||
show_code_when_inline: true,
|
||||
approximate: false,
|
||||
};
|
||||
db.suggestions.push(sugg);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue