Export Formatter directly for generated code

This commit is contained in:
David Tolnay
2017-04-13 12:02:16 -07:00
parent 47a4e61b8b
commit 78407e19a9
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
pub use lib::clone::Clone;
pub use lib::convert::{From, Into};
pub use lib::default::Default;
pub use lib::fmt;
pub use lib::fmt::{self, Formatter};
pub use lib::marker::PhantomData;
pub use lib::option::Option::{self, None, Some};
pub use lib::result::Result::{self, Ok, Err};