Continuous Integration #288
Annotations
10 errors and 2 warnings
Clippy:
macros/src/context.rs#L65
use of `format!` to build up a string from an iterator
|
Clippy:
macros/src/context.rs#L87
`to_string` applied to a type that implements `Display` in `write!` args
|
Clippy:
macros/src/context.rs#L108
use of `format!` to build up a string from an iterator
|
Clippy:
macros/src/context.rs#L115
`to_string` applied to a type that implements `Display` in `format!` args
|
Clippy:
macros/src/error.rs#L26
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
macros/src/error.rs#L47
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
macros/src/error.rs#L58
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
macros/src/gtk.rs#L82
`to_string` applied to a type that implements `Display` in `format!` args
|
Clippy:
macros/src/gtk.rs#L139
this expression creates a reference which is immediately dereferenced by the compiler
|
Clippy:
macros/src/gtk.rs#L139
this expression creates a reference which is immediately dereferenced by the compiler
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy:
clippy.toml#L1
error reading Clippy's configuration file: deprecated field `blacklisted-names`. Please use `disallowed-names` instead
|
Loading