Skip to content

Commit

Permalink
Remove extern crate from tests cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
afg1 committed Oct 3, 2023
1 parent 8232d69 commit a9e43ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/precompute/src/releases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ pub fn select_new(xrefs: &Path, known: &Path, output: &Path) -> Result<()> {


#[cfg(test)]
extern crate rand;
mod tests {
use super::*;
use std::io::Cursor;
Expand Down

0 comments on commit a9e43ed

Please sign in to comment.