diff --git a/README.md b/README.md index a3bd184..5152e04 100644 --- a/README.md +++ b/README.md @@ -1496,16 +1496,6 @@ enum Enum { The mutable dereferencing fields do not need to be the same as the immutable dereferencing fields, but their types must be consistent. -## TODO - -There is a lot of work to be done. Unimplemented traits are listed below: - -1. `From` -1. `Into` -1. `FromStr` -1. `TryFrom` -1. `TryInto` - ## Crates.io https://crates.io/crates/educe diff --git a/src/lib.rs b/src/lib.rs index ad8c8d2..743e90d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1662,16 +1662,6 @@ enum Enum { The mutable dereferencing fields do not need to be the same as the immutable dereferencing fields, but their types must be consistent. -## TODO - -There is a lot of work to be done. Unimplemented traits are listed below: - -1. `From` -1. `Into` -1. `FromStr` -1. `TryFrom` -1. `TryInto` - */ #![cfg_attr(docsrs, feature(doc_auto_cfg))]