Skip to content

Commit

Permalink
Fix warnings in stdtest and extratest. Maybe somebody will care.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblum committed Jul 20, 2013
1 parent 4bcda71 commit 621bc79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/libextra/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,6 @@ mod big_tests {

use sort::*;

use std::cast::unsafe_copy;
use std::local_data;
use std::rand::RngUtil;
use std::rand;
use std::uint;
Expand Down
1 change: 0 additions & 1 deletion src/libstd/unstable/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ extern {

#[cfg(test)]
mod tests {
use super::*;
use cell::Cell;
use comm;
use option::*;
Expand Down

0 comments on commit 621bc79

Please sign in to comment.