From 1b668967d91c8b0a171aaf5dc9373f9124de5c0d Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 5 Aug 2023 15:06:31 +1000 Subject: [PATCH] remove useless feature declaration --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ee1c737..c2c6d96 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,4 @@ #![forbid(unsafe_code)] -#![feature(new_uninit)] use log; use teloxide_core::{prelude::*, types::{Recipient, Chat}};