Move the impl of Source to the same file as the definition of the struct.

This commit is contained in:
Tom Alexander
2023-04-21 16:16:14 -04:00
parent d780981baf
commit 142bb09879
5 changed files with 74 additions and 77 deletions

View File

@@ -11,7 +11,6 @@ use nom::combinator::map;
use nom::combinator::not;
use nom::combinator::opt;
use nom::combinator::peek;
use nom::combinator::verify;
use nom::multi::separated_list1;
use nom::sequence::delimited;
use nom::sequence::preceded;