Skip to content

Commit

Permalink
remove the todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Dec 8, 2023
1 parent 289243b commit 70857aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 70857aa

Please sign in to comment.