We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*note_without_error
*note
1 parent 071f8f6 commit dc702e3Copy full SHA for dc702e3
src/driver.rs
@@ -183,7 +183,7 @@ pub fn main() {
183
// as simple as moving the call from the hook to main, because `install_ice_hook` doesn't
184
// accept a generic closure.
185
let version_info = rustc_tools_util::get_version_info!();
186
- handler.note_without_error(format!("Clippy version: {version_info}"));
+ handler.note(format!("Clippy version: {version_info}"));
187
});
188
189
exit(rustc_driver::catch_with_exit_code(move || {
0 commit comments