Replace GAT with lifetime on trait in node graph

This commit is contained in:
Dennis 2022-04-03 10:44:02 +02:00 committed by Keavon Chambers
parent 3243b80cf2
commit cb337fd338
10 changed files with 185 additions and 217 deletions

View file

@ -1,4 +1,4 @@
#![feature(generic_associated_types)]
//#![feature(generic_associated_types)]
#[cfg(feature = "caching")]
pub mod caching;