From 2090888dce496f893638268b0aef981c96b68ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edvard=20Th=C3=B6rnros?= Date: Sun, 28 Feb 2021 19:10:27 +0100 Subject: imports almost work --- src/sectionizer.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sectionizer.rs') diff --git a/src/sectionizer.rs b/src/sectionizer.rs index 9441663..55f231e 100644 --- a/src/sectionizer.rs +++ b/src/sectionizer.rs @@ -80,11 +80,6 @@ pub fn sectionize(path: &Path) -> Vec
{ false }, - (Some((Token::Identifier(_), _)), - Some((Token::ColonColon, _)), - Some((Token::Fn, _))) - => true, - (Some((Token::Identifier(_), _)), Some((Token::ColonColon, _)), Some(_)) -- cgit v1.2.1