Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix credit limit handling #33

Merged
merged 1 commit into from
Oct 9, 2023

Fix cradit handling

114f1dc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix credit limit handling #33

Fix cradit handling
114f1dc
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Oct 9, 2023 in 1s

clippy

1 warning

Details

Results

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

Versions

  • rustc 1.75.0-nightly (bf9a1c8a1 2023-10-08)
  • cargo 1.75.0-nightly (794d0a825 2023-10-03)
  • clippy 0.1.75 (bf9a1c8 2023-10-08)

Annotations

Check warning on line 169 in codec/src/types/variant.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`

warning: lint `clippy::derive_hash_xor_eq` has been renamed to `clippy::derived_hash_with_manual_eq`
   --> codec/src/types/variant.rs:169:9
    |
169 | #[allow(clippy::derive_hash_xor_eq)]
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `clippy::derived_hash_with_manual_eq`
    |
    = note: `#[warn(renamed_and_removed_lints)]` on by default