Skip to content

Update cosmwasm-schema requirement from 1.5.3 to 2.0.4 #3

Update cosmwasm-schema requirement from 1.5.3 to 2.0.4

Update cosmwasm-schema requirement from 1.5.3 to 2.0.4 #3

GitHub Actions / clippy failed Jun 21, 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.3 (105fc5ccc 2024-06-14)
  • cargo 1.80.0-beta.3 (34a6a87d8 2024-06-04)
  • clippy 0.1.80 (105fc5c 2024-06-14)

Annotations

Check failure on line 11 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:11:5
   |
11 |     /// 
   |     ^^^^
   |
   = 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)]`