libcore: Move Cell to core and de-~mut core and std
This commit is contained in:
parent
c483aab4ae
commit
e2f90091cf
15 changed files with 62 additions and 59 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
use core::prelude::*;
|
||||
|
||||
use core::cell::Cell;
|
||||
use core::cmp;
|
||||
use core::os;
|
||||
use core::result;
|
||||
|
@ -18,7 +19,6 @@ use core::run::ProgramOutput;
|
|||
use core::vec;
|
||||
use core::result::Result;
|
||||
use std::getopts;
|
||||
use std::cell::Cell;
|
||||
|
||||
/// The type of document to output
|
||||
pub enum OutputFormat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue