With capacity #340
Annotations
3 errors and 1 warning
this expression creates a reference which is immediately dereferenced by the compiler:
rustywind-core/src/app.rs#L170
error: this expression creates a reference which is immediately dereferenced by the compiler
--> rustywind-core/src/app.rs:170:54
|
170 | let mut sorted_variant_classes = Vec::new_in(&bump);
| ^^^^^ help: change this to: `bump`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrow)]`
|
this expression creates a reference which is immediately dereferenced by the compiler:
rustywind-core/src/app.rs#L173
error: this expression creates a reference which is immediately dereferenced by the compiler
--> rustywind-core/src/app.rs:173:68
|
173 | variants.remove(key).unwrap_or_else(|| Vec::new_in(&bump)),
| ^^^^^ help: change this to: `bump`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
clippy
Clippy has exited with exit code 101
|
clippy
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|