mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
Merge pull request #2430 from Frederick888/fix-2429
set CodeSuggestion approximate to false. fixes #2429
This commit is contained in:
commit
c26be4c05c
1 changed files with 1 additions and 0 deletions
|
@ -648,6 +648,7 @@ where
|
||||||
],
|
],
|
||||||
msg: help_msg,
|
msg: help_msg,
|
||||||
show_code_when_inline: true,
|
show_code_when_inline: true,
|
||||||
|
approximate: false,
|
||||||
};
|
};
|
||||||
db.suggestions.push(sugg);
|
db.suggestions.push(sugg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue