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 74f44f5 commit 81d25aeCopy full SHA for 81d25ae
exercises/conversions/try_from_into.rs
@@ -3,7 +3,7 @@
3
// Basically, this is the same as From. The main difference is that this should return a Result type
4
// instead of the target type itself.
5
// You can read more about it at https://doc.rust-lang.org/std/convert/trait.TryFrom.html
6
-// Execute `rustlings hint from_str` or use the `hint` watch subcommand for a hint.
+// Execute `rustlings hint try_from_into` or use the `hint` watch subcommand for a hint.
7
8
use std::convert::{TryFrom, TryInto};
9
0 commit comments