List Question
20 TechQA 2024-02-24T12:02:13.650000Changing lint configuration based on Cargo profile
55 views
Asked by Till Ulen
clippy complains "avoid complex blocks"
92 views
Asked by Roman Kazanovskyi
how to make clippy fix pedantic errors
188 views
Asked by pm100
Expected at least one digit in exponent
119 views
Asked by figgyfarts
Is there a tool to convert original trait bounds to where clauses?
83 views
Asked by big_gie
In what situation `..._or()` is better than `..._or_else(|| {})` and why?
116 views
Asked by Alexdelia
How to find code (eg functions) that is not referenced by any other code?
69 views
Asked by withstanding_crepe
Method can be confused for the standard trait method
136 views
Asked by bichanna
Rust dead code analysis for code exposed only to the binary in the same lib crate
197 views
Asked by sukhmel
how to validate a cli argument in clap 4.0.9
710 views
Asked by ezio
how to rephrase this code to get past clippy::manual_let_else
64 views
Asked by pm100
How does flatten behave diffrently with Vec<Vec<_>> and Vec<Result<T<E>> or Vec<Option<T>> in rust
99 views
Asked by atamakahere
Using a type definition to simplify a function signature
312 views
Asked by russell
How can I prune superfluous generic bounds?
88 views
Asked by Mitchell Turner
How to pretty-print inlined variables when formatting strings
676 views
Asked by Milkncookiez
How can I create a Rust Clippy binary to use as part of a separate standalone application?
259 views
Asked by slowhand
Is there any SonarQube static code analysis for scanning Rust or Elixir code repositories?
1.1k views
Asked by Lorel Carpo
How to prevent cargo clippy from analyizing generated prost files
1.2k views
Asked by Connor
JetBrains CLion giving false positives in no_std nightly Rust, saying builtin types aren't `Sized`
163 views
Asked by CATboardBETA
Is there a way to check for obsolete clippy allowances?
118 views
Asked by Dalit Sairio