Skip to content

Merge pull request #27 from dnadlinger/typo-fixes #128

Merge pull request #27 from dnadlinger/typo-fixes

Merge pull request #27 from dnadlinger/typo-fixes #128

GitHub Actions / clippy succeeded Sep 27, 2024 in 0s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check warning on line 1 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `std`

warning: unexpected `cfg` condition value: `std`
 --> src/lib.rs:1:36
  |
1 | #![cfg_attr(not(any(test, doctest, feature = "std")), no_std)]
  |                                    ^^^^^^^^^^^^^^^ help: remove the condition
  |
  = note: no expected values for `feature`
  = help: consider adding `std` as a feature in `Cargo.toml`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default