mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-30 16:43:41 +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.
|
||||
//!
|
||||
//! [`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
|
||||
//! and containing an error value.
|
||||
//!
|
||||
|
Loading…
Reference in New Issue
Block a user