Remove unused unstable feature

Forgot to remove it with e064263f96.

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-07-19 23:01:43 +02:00
commit f712816c9b
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2

View file

@ -14,7 +14,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
#![feature(let_chains)] #![feature(let_chains)]
#![feature(never_type)]
mod bot; mod bot;
mod config; mod config;