Remove unused nightly features

This commit is contained in:
Shadowfacts 2024-10-31 11:50:12 -04:00
parent e034f30455
commit 5998bbe116

View File

@ -1,6 +1,3 @@
#![feature(let_chains)]
#![feature(async_closure)]
mod util;
use petgraph::visit::{IntoEdgeReferences, NodeIndexable};