Closed dtolnay closed 2 years ago
This avoids disrupting find . -name '*.rs' | xargs rustfmt.
find . -name '*.rs' | xargs rustfmt
error: expected one of `!` or `::`, found `{` --> target/debug/build/rustversion-74a17b343f086e80/out/version.rs:1:25 | 1 | crate::version::Version { | ^ expected one of `!` or `::`
This avoids disrupting
find . -name '*.rs' | xargs rustfmt
.