diff --git a/crates/graph/src/lib.rs b/crates/graph/src/lib.rs index 28e5cfe..7afa962 100644 --- a/crates/graph/src/lib.rs +++ b/crates/graph/src/lib.rs @@ -1,6 +1,3 @@ -#![feature(let_chains)] -#![feature(async_closure)] - mod util; use petgraph::visit::{IntoEdgeReferences, NodeIndexable};