Skip to content

Commit b7ac1bc

Browse files
authored
Merge pull request #1297 from robstarling/patch-1
Make TryFrom & TryInto example editable
2 parents 4835e02 + 4fa4eb0 commit b7ac1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion/try_from_try_into.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ return [`Result`]s.
1010
[`TryInto`]: https://doc.rust-lang.org/std/convert/trait.TryInto.html
1111
[`Result`]: https://doc.rust-lang.org/std/result/enum.Result.html
1212

13-
```rust
13+
```rust,editable
1414
use std::convert::TryFrom;
1515
use std::convert::TryInto;
1616

0 commit comments

Comments
 (0)