remove unused feature

This commit is contained in:
slonkazoid 2024-04-30 11:44:40 +03:00
parent 4ac5223149
commit 9ba687bdae
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -1,4 +1,4 @@
#![feature(let_chains, if_let_guard)] #![feature(let_chains)]
mod config; mod config;
mod error; mod error;