We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2ab00 commit 2caac6eCopy full SHA for 2caac6e
src/conversion/from_into.md
@@ -77,7 +77,7 @@ If you have implemented the `From` trait for your type, `Into` will call it
77
when necessary.
78
79
```rust,editable
80
-use std::convert::Into;
+use std::convert::From;
81
82
#[derive(Debug)]
83
struct Number {
0 commit comments