mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 00:53:48 +00:00
github showed that weird.
This commit is contained in:
parent
2e8f14fb37
commit
2b2f83e5ff
@ -1,7 +1,7 @@
|
|||||||
//! Error handling with the `Result` type.
|
//! Error handling with the `Result` type.
|
||||||
//!
|
//!
|
||||||
//! [`Result<T, E>`][`Result`] is the type used for returning and propagating
|
//! [`Result<T, E>`][`Result`] is the type used for returning and propagating
|
||||||
//! errors. It is an enum with the variants, [`Ok(T)`], representing success and
|
//! errors. It is an enum with the variants, [`Ok(T)`], representing
|
||||||
//! success and containing a value, and [`Err(E)`], representing error
|
//! success and containing a value, and [`Err(E)`], representing error
|
||||||
//! and containing an error value.
|
//! and containing an error value.
|
||||||
//!
|
//!
|
||||||
|
Loading…
Reference in New Issue
Block a user