Skip to content

Commit

Permalink
Remove some no longer necessary #[cfg(test)]s
Browse files Browse the repository at this point in the history
With #69838 inner modules are never touched in the outer module is unconfigured.
  • Loading branch information
petrochenkov committed Dec 12, 2020
1 parent ec09616 commit 05b557c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions compiler/rustc_expand/src/lib.rs
Expand Up @@ -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;
}

0 comments on commit 05b557c

Please sign in to comment.