Skip to content
GitHub Actions / debug succeeded Jan 18, 2025 in 1s

debug

8 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 8
Note 0
Help 0

Versions

  • rustc 1.86.0-nightly (6067b3631 2025-01-17)
  • cargo 1.86.0-nightly (088d49608 2025-01-10)
  • clippy 0.1.86 (6067b36314 2025-01-17)

Annotations

Check warning on line 65 in codegen/src/impl_fillers/log.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> codegen/src/impl_fillers/log.rs:65:81
   |
65 |         let fmt_string = format!("{}({})", &sig.ident, fmt_args.iter().map(|_| "{:?}").join(", "));
   |                                                                                 ^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
   = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default

Check warning on line 65 in codegen/src/impl_fillers/log.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> codegen/src/impl_fillers/log.rs:65:81
   |
65 |         let fmt_string = format!("{}({})", &sig.ident, fmt_args.iter().map(|_| "{:?}").join(", "));
   |                                                                                 ^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
   = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default

Check warning on line 71 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> framework/src/item_map.rs:71:48
   |
71 |                     "no associated type called {ident} in trait",
   |                                                ^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

Check warning on line 62 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> framework/src/item_map.rs:62:52
   |
62 |                     "no associated function called {ident} in trait",
   |                                                    ^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

Check warning on line 53 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> framework/src/item_map.rs:53:52
   |
53 |                     "no associated constant called {ident} in trait",
   |                                                    ^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
   = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default

Check warning on line 71 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> framework/src/item_map.rs:71:48
   |
71 |                     "no associated type called {ident} in trait",
   |                                                ^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

Check warning on line 62 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> framework/src/item_map.rs:62:52
   |
62 |                     "no associated function called {ident} in trait",
   |                                                    ^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

Check warning on line 53 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug

this looks like a formatting argument but it is not part of a formatting macro

warning: this looks like a formatting argument but it is not part of a formatting macro
  --> framework/src/item_map.rs:53:52
   |
53 |                     "no associated constant called {ident} in trait",
   |                                                    ^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
   = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default