mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 09:53:26 +00:00
Rollup merge of #58891 - Delta-Psi:doc-fixes, r=Centril
Remove stray ` in the docs for the FromIterator implementation for Option
This commit is contained in:
commit
9c995110c4
@ -1286,7 +1286,7 @@ impl<A, V: FromIterator<A>> FromIterator<Option<A>> for Option<V> {
|
||||
/// # Examples
|
||||
///
|
||||
/// Here is an example which increments every integer in a vector.
|
||||
/// `We use the checked variant of `add` that returns `None` when the
|
||||
/// We use the checked variant of `add` that returns `None` when the
|
||||
/// calculation would result in an overflow.
|
||||
///
|
||||
/// ```
|
||||
|
Loading…
Reference in New Issue
Block a user