Skip to content

Update cw-orch requirement from 0.22.2 to 0.23.0 #30

Update cw-orch requirement from 0.22.2 to 0.23.0

Update cw-orch requirement from 0.22.2 to 0.23.0 #30

GitHub Actions / clippy failed Jun 25, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.80.0-beta.4 (64a1fe671 2024-06-21)
  • cargo 1.80.0-beta.4 (34a6a87d8 2024-06-04)
  • clippy 0.1.80 (64a1fe6 2024-06-21)

Annotations

Check failure on line 20 in packages/usb/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

error: empty doc comment
  --> packages/usb/src/lib.rs:20:5
   |
20 |     ///
   |     ^^^
   |
   = help: consider removing or filling it
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
   = note: `-D clippy::empty-docs` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`