Skip to content

Merge pull request #52 from aurelj/async_rmw_nor_flash_storage #105

Merge pull request #52 from aurelj/async_rmw_nor_flash_storage

Merge pull request #52 from aurelj/async_rmw_nor_flash_storage #105

GitHub Actions / clippy succeeded Jun 14, 2024 in 1s

clippy

2 warnings

Details

Results

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

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check warning on line 294 in src/nor_flash.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
   --> src/nor_flash.rs:294:1
    |
294 | ///
    | ^^^
    |
    = help: consider removing or filling it
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs

Check warning on line 219 in src/nor_flash.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

empty doc comment

warning: empty doc comment
   --> src/nor_flash.rs:219:1
    |
219 | ///
    | ^^^
    |
    = help: consider removing or filling it
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
    = note: `#[warn(clippy::empty_docs)]` on by default