Skip to content

Fix skip block test #14226

Fix skip block test

Fix skip block test #14226

GitHub Actions / Clippy Report succeeded Dec 5, 2024 in 0s

Clippy Report

1 warning

Details

Results

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

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check warning on line 14 in lib/src/extras/launcher.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy Report

empty line after doc comment

warning: empty line after doc comment
  --> lib/src/extras/launcher.rs:13:1
   |
13 | / ///
14 | |
   | |_
15 |   #[cfg(feature = "deadlock")]
16 |   use crate::extras::deadlock::initialize_deadlock_detection;
   |       ------------------------------------------------------ the comment documents this import
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_line_after_doc_comments
   = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
   = help: if the empty line is unintentional remove it