Skip to content

Commit 2caac6e

Browse files
authored
Fix import
1 parent 0a2ab00 commit 2caac6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/from_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you have implemented the `From` trait for your type, `Into` will call it
7777
when necessary.
7878

7979
```rust,editable
80-
use std::convert::Into;
80+
use std::convert::From;
8181
8282
#[derive(Debug)]
8383
struct Number {

0 commit comments

Comments
 (0)