From 6892d6c469410f5094c0f508b4a0b72adc2ce07c Mon Sep 17 00:00:00 2001 From: Felix Zeller Date: Mon, 18 Mar 2024 22:09:21 -0400 Subject: [PATCH] remove unused features --- src/main.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 88609de5..8ef757d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -#![feature(closure_lifetime_binder)] -#![feature(non_lifetime_binders)] - use std::collections::HashSet; use std::ops::{Deref, DerefMut}; use std::path::{Path, PathBuf};