forked from Orchid/orchid
Generic mutation scheduling system
IO adapted to use it Also, Atoms can now dispatch type-erased requests
This commit is contained in:
@@ -6,7 +6,7 @@ use super::stream::Stream;
|
||||
use super::Lexeme;
|
||||
use crate::error::{ProjectError, ProjectResult};
|
||||
use crate::sourcefile::Import;
|
||||
use crate::utils::iter::{box_chain, box_once};
|
||||
use crate::utils::boxed_iter::{box_chain, box_once};
|
||||
use crate::utils::BoxedIter;
|
||||
use crate::{Location, Tok};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user