github showed that weird.
This commit is contained in:
parent
2e8f14fb37
commit
2b2f83e5ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue