Skip to content

Commit c5ee8b5

Browse files
committed
set CodeSuggestion approximate to false. fixes #2429
1 parent d5bac82 commit c5ee8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/utils/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ where
648648
],
649649
msg: help_msg,
650650
show_code_when_inline: true,
651+
approximate: false,
651652
};
652653
db.suggestions.push(sugg);
653654
}

0 commit comments

Comments
 (0)