-
Configure your IDE or editor to use rustfmt so that the code of from all team members is consistently formatted.
Furthermore, try to minimize the warnings produced by clippy (you can also configure y…
-
Enable code formatting via `rustfmt`
-
I find it weird why rustfmt and clippy wasn't run for a long time considering that they make code contribution consistent and close to the standard. Can we at least have those once for a while?
-
In https://github.com/ilai-deutel/kibi/pull/328#issuecomment-2478160733
```
Run mbrobbel/rustfmt-check@master
with:
token: ***
mode: review
commit-message: Format Rust code using r…
-
```
thread 'main' panicked at /rust/deps/annotate-snippets-0.9.2/src/display_list/from_snippet.rs:275:9:
SourceAnnotation range `(100, 102)` is bigger than source length `96`
stack backtrace:
0: …
Rjerk updated
2 weeks ago
-
I'm sure I don't understand what's going on exactly, but I have a situation where a rust_library depends on some go binaries that are cross compiled, and that leads to my being unable to use the rustf…
-
I ran cargo fmt on a crate and this was the response.
```
thread 'main' panicked at src\tools\rustfmt\src\items.rs:548:10:
called `Option::unwrap()` on a `None` value
stack backtrace:
0: 0x7ffd…
-
Thank you to all the devs that have worked on SuperLinter, really great tool!
Im wondering how I can apply Cargo Clippy to the following project:
https://github.com/dysonltd/tmag5273
Initially …
-
-
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=73768e89fe43b087349454c8cf2bf2c9
i would have expected / liked to disable rustfmt for the entire module instead of needing to p…