Move the impl of Source to the same file as the definition of the struct.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user