Skip to content

Commit 621bc79

Browse files
committed
Fix warnings in stdtest and extratest. Maybe somebody will care.
1 parent 4bcda71 commit 621bc79

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/libextra/sort.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,8 +1020,6 @@ mod big_tests {
10201020

10211021
use sort::*;
10221022

1023-
use std::cast::unsafe_copy;
1024-
use std::local_data;
10251023
use std::rand::RngUtil;
10261024
use std::rand;
10271025
use std::uint;

src/libstd/unstable/sync.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ extern {
357357

358358
#[cfg(test)]
359359
mod tests {
360-
use super::*;
361360
use cell::Cell;
362361
use comm;
363362
use option::*;

0 commit comments

Comments
 (0)