Skip to content

Commit

Permalink
Merge pull request #1297 from robstarling/patch-1
Browse files Browse the repository at this point in the history
Make TryFrom & TryInto example editable
  • Loading branch information
marioidival authored Dec 2, 2019
2 parents 4835e02 + 4fa4eb0 commit b7ac1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion/try_from_try_into.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ return [`Result`]s.
[`TryInto`]: https://doc.rust-lang.org/std/convert/trait.TryInto.html
[`Result`]: https://doc.rust-lang.org/std/result/enum.Result.html

```rust
```rust,editable
use std::convert::TryFrom;
use std::convert::TryInto;
Expand Down

0 comments on commit b7ac1bc

Please sign in to comment.