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:
parent
ec09616078
commit
05b557cfc9
1 changed files with 0 additions and 3 deletions
|
@ -36,16 +36,13 @@ crate mod mbe;
|
||||||
mod tests;
|
mod tests;
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod parse {
|
mod parse {
|
||||||
#[cfg(test)]
|
|
||||||
mod tests;
|
mod tests;
|
||||||
}
|
}
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tokenstream {
|
mod tokenstream {
|
||||||
#[cfg(test)]
|
|
||||||
mod tests;
|
mod tests;
|
||||||
}
|
}
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod mut_visit {
|
mod mut_visit {
|
||||||
#[cfg(test)]
|
|
||||||
mod tests;
|
mod tests;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue