Skip to content

Commit 70857aa

Browse files
committed
remove the todo list
1 parent 289243b commit 70857aa

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,16 +1496,6 @@ enum Enum {
14961496

14971497
The mutable dereferencing fields do not need to be the same as the immutable dereferencing fields, but their types must be consistent.
14981498

1499-
## TODO
1500-
1501-
There is a lot of work to be done. Unimplemented traits are listed below:
1502-
1503-
1. `From`
1504-
1. `Into`
1505-
1. `FromStr`
1506-
1. `TryFrom`
1507-
1. `TryInto`
1508-
15091499
## Crates.io
15101500

15111501
https://crates.io/crates/educe

src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,16 +1662,6 @@ enum Enum {
16621662
16631663
The mutable dereferencing fields do not need to be the same as the immutable dereferencing fields, but their types must be consistent.
16641664
1665-
## TODO
1666-
1667-
There is a lot of work to be done. Unimplemented traits are listed below:
1668-
1669-
1. `From`
1670-
1. `Into`
1671-
1. `FromStr`
1672-
1. `TryFrom`
1673-
1. `TryInto`
1674-
16751665
*/
16761666

16771667
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

0 commit comments

Comments
 (0)