Move the full lines iterator to its own file.

This commit is contained in:
Tom Alexander
2023-10-29 10:55:03 -04:00
parent e42edb3f49
commit f87c453459
4 changed files with 127 additions and 127 deletions

View File

@@ -1,7 +1,7 @@
use crate::error::CustomError;
use super::full_lines_iterator::GetFullLines;
use super::registry::Registry;
use super::util::GetFullLines;
#[derive(Debug)]
pub(crate) struct ISrcBlock {