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 d7fcd21 commit 70ce4b1Copy full SHA for 70ce4b1
src/libcore/convert.rs
@@ -291,7 +291,8 @@ pub trait Into<T>: Sized {
291
/// When constructing a function that is capable of failing, the return type
292
/// will generally be of the form `Result<T, E>`.
293
/// The `From` trait simplifies error handling by allowing a function to return a single error type
294
-/// that encapsulate multiple error types. See the "Examples" section and [the book][book] for more details.
+/// that encapsulate multiple error types. See the "Examples" section
295
+/// and [the book][book] for more details.
296
///
297
/// **Note: This trait must not fail**. If the conversion can fail, use [`TryFrom`].
298
0 commit comments