mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
github showed that weird.
This commit is contained in:
@@ -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.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user