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:
Igor Matuszewski
2022-11-23 16:08:26 +01:00
committed by GitHub
parent 1c9aabf0f5
commit 702e87e58d
-1
View File
@@ -111,7 +111,6 @@
#![deny(
bad_style,
const_err,
improper_ctypes,
missing_docs,
non_shorthand_field_patterns,