Skip to content

doc: adds documentation to prepare for 0.0.5 release #91

doc: adds documentation to prepare for 0.0.5 release

doc: adds documentation to prepare for 0.0.5 release #91

GitHub Actions / clippy succeeded May 24, 2024 in 0s

clippy

3 warnings

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check warning on line 171 in src/storage/impls/tokio/storage/std_random_read.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.62.0` but this item is stable since `1.70.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.62.0` but this item is stable since `1.70.0`
   --> src/storage/impls/tokio/storage/std_random_read.rs:171:13
    |
171 |             Arc::<_>::into_inner(self.reader).ok_or(StdRandomReadFileStorageError::StdFileInUse)?;
    |             ^^^^^^^^^^^^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv

Check warning on line 65 in src/storage/impls/in_mem/segment.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.62.0` but this item is stable since `1.66.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.62.0` but this item is stable since `1.66.0`
  --> src/storage/impls/in_mem/segment.rs:65:18
   |
65 |                 .pop_last()
   |                  ^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv

Check warning on line 53 in src/storage/impls/in_mem/segment.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

current MSRV (Minimum Supported Rust Version) is `1.62.0` but this item is stable since `1.66.0`

warning: current MSRV (Minimum Supported Rust Version) is `1.62.0` but this item is stable since `1.66.0`
  --> src/storage/impls/in_mem/segment.rs:53:18
   |
53 |                 .last_key_value()
   |                  ^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv
   = note: `#[warn(clippy::incompatible_msrv)]` on by default