From e2eefa106a8f8b1677ba6275f5ea5879cac20974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sun, 28 Feb 2021 18:35:09 +0100 Subject: more wip namespaces --- src/sectionizer.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sectionizer.rs') diff --git a/src/sectionizer.rs b/src/sectionizer.rs index b7e083f..9441663 100644 --- a/src/sectionizer.rs +++ b/src/sectionizer.rs @@ -43,7 +43,6 @@ pub fn sectionize(path: &Path) -> Vec
{ (Some((Token::Use, _)), Some((Token::Identifier(use_file), _)), Some((Token::Newline, _))) => { - curr += 3; let use_file: PathBuf = format!("{}.sy", use_file).into(); if !read_files.contains(&use_file) { let use_file_tokens = file_to_tokens(&use_file); -- cgit v1.2.1