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

@@ -32,7 +32,6 @@ use super::source::Source;
use super::util::exit_matcher_parser;
use super::util::get_consumed;
use super::util::start_of_line;
use super::util::trailing_whitespace;
use super::Context;
#[derive(Debug)]