chore: Configure Renovate - autoclosed #2
clippy
38 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 38 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.76.0 (07dca489a 2024-02-04)
- cargo 1.76.0 (c84b36747 2024-01-18)
- clippy 0.1.76 (07dca48 2024-02-04)
Annotations
Check failure on line 348 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:348:22
|
348 | cmd.args(&["--package", "web-tree-sitter-sg"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 347 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:347:22
|
347 | cmd.args(&["--package", "xtask"]);
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 346 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:346:22
|
346 | cmd.args(&["+nightly", "udeps", "--all-targets"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "udeps", "--all-targets"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 316 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:316:22
|
316 | cmd.args(&["--package", "web-tree-sitter-sg"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 315 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:315:22
|
315 | cmd.args(&["--package", "xtask"]);
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 348 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:348:22
|
348 | cmd.args(&["--package", "web-tree-sitter-sg"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 347 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:347:22
|
347 | cmd.args(&["--package", "xtask"]);
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 346 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:346:22
|
346 | cmd.args(&["+nightly", "udeps", "--all-targets"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "udeps", "--all-targets"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 316 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:316:22
|
316 | cmd.args(&["--package", "web-tree-sitter-sg"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 315 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:315:22
|
315 | cmd.args(&["--package", "xtask"]);
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 314 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:314:22
|
314 | cmd.args(&["test", "--examples", "--lib", "--tests"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["test", "--examples", "--lib", "--tests"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 282 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:282:26
|
282 | cmd.args(&["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 273 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:273:26
|
273 | cmd.args(&["ci"]);
| ^^^^^^^ help: change this to: `["ci"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 314 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:314:22
|
314 | cmd.args(&["test", "--examples", "--lib", "--tests"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["test", "--examples", "--lib", "--tests"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 244 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:244:22
|
244 | cmd.args(&["+nightly", "fmt", "--all"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "fmt", "--all"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 282 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:282:26
|
282 | cmd.args(&["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 273 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:273:26
|
273 | cmd.args(&["ci"]);
| ^^^^^^^ help: change this to: `["ci"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 214 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:214:22
|
214 | cmd.args(&["+nightly", "doc"]);
| ^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "doc"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 185 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:185:22
|
185 | cmd.args(&["--", "-D", "warnings"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--", "-D", "warnings"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 183 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:183:22
|
183 | cmd.args(&["--package", "web-tree-sitter-sg"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 182 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:182:22
|
182 | cmd.args(&["--package", "xtask"]);
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 181 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:181:22
|
181 | cmd.args(&["+nightly", "clippy", "--all-targets"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "clippy", "--all-targets"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 151 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:151:22
|
151 | cmd.args(&["--package", "web-tree-sitter-sg"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 150 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:150:22
|
150 | cmd.args(&["--package", "xtask"]);
| ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
Check failure on line 149 in xtask/src/main.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> xtask/src/main.rs:149:22
|
149 | cmd.args(&["check", "--all-targets"]);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["check", "--all-targets"]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args