Skip to content

Commit 741188d

Browse files
committed
Deduplicate the strnom module
1 parent ab1741a commit 741188d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp_build/src/parser.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ fn test_expand_sub_rust_macro() {
183183
assert_eq!(expand_sub_rust_macro(s.clone(), ExpandSubMacroType::Lit).unwrap(), s);
184184
}
185185

186-
#[path = "strnom.rs"]
187-
mod strnom;
188186
use crate::strnom::*;
189187

190188
fn skip_literal(mut input: Cursor) -> PResult<bool> {

0 commit comments

Comments
 (0)