File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -1496,16 +1496,6 @@ enum Enum {
1496
1496
1497
1497
The mutable dereferencing fields do not need to be the same as the immutable dereferencing fields, but their types must be consistent.
1498
1498
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
-
1509
1499
## Crates.io
1510
1500
1511
1501
https://crates.io/crates/educe
Original file line number Diff line number Diff line change @@ -1662,16 +1662,6 @@ enum Enum {
1662
1662
1663
1663
The mutable dereferencing fields do not need to be the same as the immutable dereferencing fields, but their types must be consistent.
1664
1664
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
-
1675
1665
*/
1676
1666
1677
1667
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments