Remove some no longer necessary #[cfg(test)]s
With https://github.com/rust-lang/rust/pull/69838 inner modules are never touched in the outer module is unconfigured.
This commit is contained in:
@@ -36,16 +36,13 @@ crate mod mbe;
|
||||
mod tests;
|
||||
#[cfg(test)]
|
||||
mod parse {
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
}
|
||||
#[cfg(test)]
|
||||
mod tokenstream {
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
}
|
||||
#[cfg(test)]
|
||||
mod mut_visit {
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user