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.
2 parents 4835e02 + 4fa4eb0 commit b7ac1bcCopy full SHA for b7ac1bc
src/conversion/try_from_try_into.md
@@ -10,7 +10,7 @@ return [`Result`]s.
10
[`TryInto`]: https://doc.rust-lang.org/std/convert/trait.TryInto.html
11
[`Result`]: https://doc.rust-lang.org/std/result/enum.Result.html
12
13
-```rust
+```rust,editable
14
use std::convert::TryFrom;
15
use std::convert::TryInto;
16
0 commit comments