diff options
| author | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-28 19:10:27 +0100 |
|---|---|---|
| committer | Edvard Thörnros <edvard.thornros@gmail.com> | 2021-02-28 19:10:27 +0100 |
| commit | 2090888dce496f893638268b0aef981c96b68ac3 (patch) | |
| tree | 246dc16652c7b98e18bbe2b9d5820142d365f5e5 /src/sectionizer.rs | |
| parent | 630bd52c8d5a7d362066d8d05c88a1e76c6c81b1 (diff) | |
| download | sylt-2090888dce496f893638268b0aef981c96b68ac3.tar.gz | |
imports almost work
Diffstat (limited to 'src/sectionizer.rs')
| -rw-r--r-- | src/sectionizer.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sectionizer.rs b/src/sectionizer.rs index 9441663..55f231e 100644 --- a/src/sectionizer.rs +++ b/src/sectionizer.rs @@ -82,11 +82,6 @@ pub fn sectionize(path: &Path) -> Vec<Section> { (Some((Token::Identifier(_), _)), Some((Token::ColonColon, _)), - Some((Token::Fn, _))) - => true, - - (Some((Token::Identifier(_), _)), - Some((Token::ColonColon, _)), Some(_)) => true, |
