remove useless feature declaration
This commit is contained in:
parent
b4169e9602
commit
1b668967d9
|
@ -1,5 +1,4 @@
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
#![feature(new_uninit)]
|
|
||||||
|
|
||||||
use log;
|
use log;
|
||||||
use teloxide_core::{prelude::*, types::{Recipient, Chat}};
|
use teloxide_core::{prelude::*, types::{Recipient, Chat}};
|
||||||
|
|
Loading…
Reference in New Issue