Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable Rust: GitHub Actions & toolchain #1616

Merged
merged 8 commits into from
May 13, 2024

use stable version of sc-actions

747afd5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Stable Rust: GitHub Actions & toolchain #1616

use stable version of sc-actions
747afd5
Select commit
Loading
Failed to load commit list.
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__