Skip to content

Commit

Permalink
set CodeSuggestion approximate to false. fixes rust-lang#2429
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick888 committed Feb 2, 2018
1 parent d5bac82 commit c5ee8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ where
],
msg: help_msg,
show_code_when_inline: true,
approximate: false,
};
db.suggestions.push(sugg);
}
Expand Down

0 comments on commit c5ee8b5

Please sign in to comment.