Search code examples
Expected at least one digit in exponent...


rustphysicsexponentrust-clippy

Read More
Dead code warning with multiple binaries?...


rustrust-cargorust-clippy

Read More
Bad enforcement of clippy rule?...


rustshadowingrust-clippy

Read More
In what situation `..._or()` is better than `..._or_else(|| {})` and why?...


rustlazy-evaluationrust-clippy

Read More
Exclude dependencies when running Clippy...


rustrust-clippy

Read More
Is there a way to check for obsolete clippy allowances?...


rustrust-clippy

Read More
Method can be confused for the standard trait method...


rustmethodsrust-clippy

Read More
how to rephrase this code to get past clippy::manual_let_else...


rustrust-clippy

Read More
How does flatten behave diffrently with Vec<Vec<_>> and Vec<Result<T<E>> ...


rustiteratorflattenrust-clippy

Read More
Using a type definition to simplify a function signature...


rusttypesrust-clippy

Read More
How to pretty-print inlined variables when formatting strings...


rustrust-clippy

Read More
What is the difference between "reborrow"-ing and "deref"-ing?...


rustimmutabilitydereferenceborrow-checkerrust-clippy

Read More
How to fix this clippy warning (needless collect)...


rustrust-clippy

Read More
Why does calling .into() within its own From implementation not give a recursion warning?...


rustrust-cargorust-clippy

Read More
How to disable a clippy lint for a single line / block?...


rustrust-clippy

Read More
Why are some clippy lints gone if my modules are public?...


rustrust-clippy

Read More
Rust Range.contains failed to be inlined/optimized...


optimizationrustinliningrust-clippy

Read More
Can Rust's clippy do autocorrection / autofix?...


rustlintrust-cargorust-clippy

Read More
Clippy complaining on strict f32 comparison...


rustrust-clippy

Read More
Clippy redundant allocation lint...


ruststatic-analysisrust-clippy

Read More
Why does Clippy suggests passing an Arc as a reference?...


rustclean-architecturerust-clippy

Read More
How to pass a Arc with a trait as a reference?...


rustrust-clippy

Read More
How do I fix Clippy's needless_range_loop for loops that copy between slices with an offset?...


iteratorrustrust-cargorust-clippy

Read More
BackNext