Fill in missing fully qualified paths in flatten

This commit is contained in:
David Tolnay
2018-05-01 22:24:16 -07:00
parent d82d1707d6
commit 47a4ffbd31
2 changed files with 33 additions and 30 deletions
+3
View File
@@ -16,6 +16,9 @@ pub use lib::result::Result::{self, Err, Ok};
pub use self::string::from_utf8_lossy;
#[cfg(any(feature = "alloc", feature = "std"))]
pub use lib::Vec;
mod string {
use lib::*;