Fix warnings in stdtest and extratest. Maybe somebody will care.
This commit is contained in:
parent
4bcda7148d
commit
621bc79d0d
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -357,7 +357,6 @@ extern {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use cell::Cell;
|
||||
use comm;
|
||||
use option::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue