Merge pull request 1526 from fanzeyi/try_from

This commit is contained in:
David Tolnay
2019-07-17 12:16:31 -07:00
11 changed files with 117 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
pub use lib::clone::Clone;
pub use lib::convert::{From, Into};
pub use lib::convert::{From, Into, TryFrom};
pub use lib::default::Default;
pub use lib::fmt::{self, Formatter};
pub use lib::marker::PhantomData;