Skip to content

Commit

Permalink
Rollup merge of rust-lang#76050 - matklad:pos, r=petrochenkov
Browse files Browse the repository at this point in the history
Remove unused function
  • Loading branch information
Dylan-DPC committed Aug 30, 2020
2 parents 264356f + 518cac9 commit 46d66d9
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 281 deletions.
5 changes: 0 additions & 5 deletions compiler/rustc_expand/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ mod tests;
mod parse {
#[cfg(test)]
mod tests;
#[cfg(test)]
mod lexer {
#[cfg(test)]
mod tests;
}
}
#[cfg(test)]
mod tokenstream {
Expand Down
252 changes: 0 additions & 252 deletions compiler/rustc_expand/src/parse/lexer/tests.rs

This file was deleted.

Loading

0 comments on commit 46d66d9

Please sign in to comment.