Bump rustls from 0.21.10 to 0.21.11 #80
Annotations
10 warnings
lint
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
|
variant `NotAFile` is never constructed:
src/error.rs#L16
warning: variant `NotAFile` is never constructed
--> src/error.rs:16:5
|
11 | pub enum FireError {
| --------- variant in this enum
...
16 | NotAFile(PathBuf),
| ^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
function `writeln_color` is never used:
src/io.rs#L19
warning: function `writeln_color` is never used
--> src/io.rs:19:8
|
19 | pub fn writeln_color(stream: &mut StandardStream, content: &str, color: Option<Color>) {
| ^^^^^^^^^^^^^
|
function `write_spec` is never used:
src/io.rs#L24
warning: function `write_spec` is never used
--> src/io.rs:24:8
|
24 | pub fn write_spec(stream: &mut StandardStream, content: &str, spec: &ColorSpec) {
| ^^^^^^^^^^
|
function `write_body` is never used:
src/io.rs#L34
warning: function `write_body` is never used
--> src/io.rs:34:8
|
34 | pub fn write_body(stream: &mut StandardStream, content_type: Option<&str>, body: String) {
| ^^^^^^^^^^
|
variants `Key` and `Value` are never constructed:
src/prop.rs#L87
warning: variants `Key` and `Value` are never constructed
--> src/prop.rs:87:5
|
85 | pub enum ParsePropertyError {
| ------------------ variants in this enum
86 | Entry(String),
87 | Key(String),
| ^^^
88 | Value(String),
| ^^^^^
|
= note: `ParsePropertyError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
match expression looks like `matches!` macro:
src/args.rs#L128
warning: match expression looks like `matches!` macro
--> src/args.rs:128:9
|
128 | / match self.use_colors() {
129 | | ColorChoice::Never => false,
130 | | _ => true,
131 | | }
| |_________^ help: try: `!matches!(self.use_colors(), ColorChoice::Never)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
= note: `#[warn(clippy::match_like_matches_macro)]` on by default
|
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|