Skip to content

Commit

Permalink
Delete unneeded test modules from the benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 16, 2023
1 parent 1fed689 commit 615d66c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions benches/file.rs
Expand Up @@ -17,10 +17,9 @@ extern crate test;
#[path = "../tests/macros/mod.rs"]
mod macros;

#[path = "../tests/common/mod.rs"]
mod common;
#[allow(dead_code)]
#[path = "../tests/repo/mod.rs"]
pub mod repo;
mod repo;

use proc_macro2::{Span, TokenStream};
use std::fs;
Expand Down
2 changes: 0 additions & 2 deletions benches/rust.rs
Expand Up @@ -18,8 +18,6 @@
#[path = "../tests/macros/mod.rs"]
mod macros;

#[path = "../tests/common/mod.rs"]
mod common;
#[path = "../tests/repo/mod.rs"]
mod repo;

Expand Down

0 comments on commit 615d66c

Please sign in to comment.