Skip to content
GitHub Actions / debug--release succeeded Jan 18, 2025 in 0s

debug--release

10 warnings

Details

Results

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

Versions

  • rustc 1.85.0-beta.4 (752fecf80 2025-01-17)
  • cargo 1.85.0-beta.4 (d73d2caf9 2024-12-31)
  • clippy 0.1.85 (752fecf800 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--release

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--release

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--release

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--release

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--release

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--release

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--release

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 71 in framework/src/item_map.rs

See this annotation in the file changed.

@github-actions github-actions / debug--release

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--release

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--release

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