Skip to content

Commit d260dff

Browse files
committed
rename ui_test::comments → parser
1 parent fdffaf7 commit d260dff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui_test/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ use std::sync::Mutex;
1010
pub use color_eyre;
1111
use color_eyre::eyre::Result;
1212
use colored::*;
13-
use comments::ErrorMatch;
13+
use parser::ErrorMatch;
1414
use regex::Regex;
1515
use rustc_stderr::{Level, Message};
1616

17-
use crate::comments::{Comments, Condition};
17+
use crate::parser::{Comments, Condition};
1818

19-
mod comments;
19+
mod parser;
2020
mod rustc_stderr;
2121
#[cfg(test)]
2222
mod tests;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)