Skip to content

Merge pull request #834 from foresterre/feat/gh-832 #862

Merge pull request #834 from foresterre/feat/gh-832

Merge pull request #834 from foresterre/feat/gh-832 #862

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy succeeded Nov 17, 2023 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.74.0 (79e9716c9 2023-11-13)
  • cargo 1.74.0 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (79e9716 2023-11-13)

Annotations

Check warning on line 383 in tests/find_msrv.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

items were found after the testing module

warning: items were found after the testing module
   --> tests/find_msrv.rs:247:1
    |
247 | // #[parameterized(
248 | ||     command = {
249 | ||         "cargo check",
250 | ||         "cargo check --workspace",
...   ||
265 | ||     }
266 | || )]
    | ||__- in this procedural macro expansion
...   |
382 | |      );
383 | |  }
    | |__^
    |
    = help: move the items to before the testing module was defined
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#items_after_test_module
    = note: `#[warn(clippy::items_after_test_module)]` on by default
    = note: this warning originates in the attribute macro `parameterized` (in Nightly builds, run with -Z macro-backtrace for more info)