Skip to content

Stable Rust: GitHub Actions & toolchain #1686

Stable Rust: GitHub Actions & toolchain

Stable Rust: GitHub Actions & toolchain #1686

GitHub Actions / clippy failed May 13, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (2)

framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs|34 col 13| warning: unknown lint: static_mut_refs
--> framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13
|
34 | #[allow(static_mut_refs)]
| ^^^^^^^^^^^^^^^
|
= note: #[warn(unknown_lints)] on by default
framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs|34 col 13| warning: unknown lint: static_mut_refs
--> framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13
|
34 | #[allow(static_mut_refs)]
| ^^^^^^^^^^^^^^^
|
= note: #[warn(unknown_lints)] on by default

Filtered Findings (0)

Annotations

Check warning on line 34 in framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs#L34

warning: unknown lint: `static_mut_refs`
  --> framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13
   |
34 |     #[allow(static_mut_refs)]
   |             ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unknown_lints)]` on by default
Raw output
framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13:w:warning: unknown lint: `static_mut_refs`
  --> framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13
   |
34 |     #[allow(static_mut_refs)]
   |             ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unknown_lints)]` on by default


__END__

Check warning on line 34 in framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs#L34

warning: unknown lint: `static_mut_refs`
  --> framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13
   |
34 |     #[allow(static_mut_refs)]
   |             ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unknown_lints)]` on by default
Raw output
framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13:w:warning: unknown lint: `static_mut_refs`
  --> framework/wasm-adapter/src/api/managed_types/static_var_api_node.rs:34:13
   |
34 |     #[allow(static_mut_refs)]
   |             ^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unknown_lints)]` on by default


__END__