diff options
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, |
