mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
remove feature(never_type)
since it's stable since 1.41.0 (latest nightly)
This commit is contained in:
parent
81f8ef2575
commit
852df2e90e
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#![allow(clippy::needless_doctest_main)]
|
||||
#![allow(clippy::unit_arg)] // TODO
|
||||
#![allow(clippy::ptr_arg)] // TODO
|
||||
#![cfg_attr(feature = "never-type", feature(never_type))]
|
||||
|
||||
#[macro_use]
|
||||
extern crate derive_more;
|
||||
|
|
Loading…
Add table
Reference in a new issue