remove useless feature declaration

This commit is contained in:
b1ek 2023-08-05 15:06:31 +10:00
parent b4169e9602
commit 1b668967d9
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
#![forbid(unsafe_code)]
#![feature(new_uninit)]
use log;
use teloxide_core::{prelude::*, types::{Recipient, Chat}};