unused_unit
adds a space after function declarations
#6230
Labels
C-bug
Category: Clippy is not doing the correct thing
L-suggestion
Lint: Improving, adding or fixing lint suggestions
Uh oh!
There was an error while loading. Please reload this page.
I tried this code (https://github.com/rust-lang/stdarch/blob/598e632e8f62ff5054dfe0d0fabb2a03ecee0a3d/crates/core_arch/src/x86_64/xsave.rs#L8-L11):
I expected to see this happen:
cargo clippy --fix
converts it tofn xsave64(p: *mut u8, hi: u32, lo: u32);
Instead, this happened:
--fix
converts it tofn xsave64(p: *mut u8, hi: u32, lo: u32) ;
Meta
cargo clippy -V
: clippy 0.0.212 (ffa2e7a 2020-10-24)rustc -Vv
:The text was updated successfully, but these errors were encountered: