1
Fork 0

libcore: Move Cell to core and de-~mut core and std

This commit is contained in:
Patrick Walton 2013-02-25 13:23:16 -08:00
parent c483aab4ae
commit e2f90091cf
15 changed files with 62 additions and 59 deletions

View file

@ -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 {