mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 08:01:09 +00:00
Remove a soon-to-be-removed const_err lint (#731)
Removed in Rust 1.66: ``` warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information --> subxt/src/lib.rs:114:5 | 114 | const_err, | ^^^^^^^^^ | = note: `#[warn(renamed_and_removed_lints)]` on by default ```
This commit is contained in:
@@ -111,7 +111,6 @@
|
|||||||
|
|
||||||
#![deny(
|
#![deny(
|
||||||
bad_style,
|
bad_style,
|
||||||
const_err,
|
|
||||||
improper_ctypes,
|
improper_ctypes,
|
||||||
missing_docs,
|
missing_docs,
|
||||||
non_shorthand_field_patterns,
|
non_shorthand_field_patterns,
|
||||||
|
|||||||
Reference in New Issue
Block a user