mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
Fix a typo in std::result documentation
This commit is contained in:
parent
f1241f14dc
commit
064c21efd2
@ -119,7 +119,7 @@
|
||||
//! drop(file);
|
||||
//! ```
|
||||
//!
|
||||
//! If you *do* write that in Rust, the compiler will by give you a
|
||||
//! If you *do* write that in Rust, the compiler will give you a
|
||||
//! warning (by default, controlled by the `unused_must_use` lint).
|
||||
//!
|
||||
//! You might instead, if you don't want to handle the error, simply
|
||||
|
Loading…
Reference in New Issue
Block a user