Even more absolute paths

This commit is contained in:
David Tolnay
2017-02-01 12:12:39 -08:00
parent b7ca574bb3
commit a55d812441
4 changed files with 41 additions and 35 deletions
+1
View File
@@ -9,6 +9,7 @@ use collections::borrow::Cow;
pub use core::default::Default;
pub use core::fmt;
pub use core::marker::PhantomData;
pub use core::option::Option::{self, None, Some};
pub use core::result::Result::{self, Ok, Err};
#[cfg(any(feature = "collections", feature = "std"))]