Skip to content

Release 4.1.3 (#1825) #2905

Release 4.1.3 (#1825)

Release 4.1.3 (#1825) #2905

GitHub Actions / clippy failed Nov 20, 2024 in 0s

clippy

3 errors

Details

Results

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

Versions

  • rustc 1.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

Annotations

Check failure on line 539 in crates/transcode/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `__ink_dylint_Constructor`

error: unexpected `cfg` condition value: `__ink_dylint_Constructor`
   --> crates/transcode/src/lib.rs:539:13
    |
539 |             pub fn default() -> Self {
    |             ^^^
    |
    = note: expected values for `feature` are: `default` and `std`
    = help: consider adding `__ink_dylint_Constructor` 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

Check failure on line 534 in crates/transcode/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `__ink_dylint_Constructor`

error: unexpected `cfg` condition value: `__ink_dylint_Constructor`
   --> crates/transcode/src/lib.rs:534:13
    |
534 |             pub fn new(init_value: bool) -> Self {
    |             ^^^
    |
    = note: expected values for `feature` are: `default` and `std`
    = help: consider adding `__ink_dylint_Constructor` 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

Check failure on line 520 in crates/transcode/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `__ink_dylint_Storage`

error: unexpected `cfg` condition value: `__ink_dylint_Storage`
   --> crates/transcode/src/lib.rs:520:9
    |
520 |         pub struct Transcode {
    |         ^^^
    |
    = note: expected values for `feature` are: `default` and `std`
    = help: consider adding `__ink_dylint_Storage` 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: `-D unexpected-cfgs` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`