diff --git a/src/main.rs b/src/main.rs index c9ec0ad..a267f6d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,7 +14,6 @@ // along with this program. If not, see . #![feature(let_chains)] -#![feature(never_type)] mod bot; mod config;