Skip to content

Commit

Permalink
Auto merge of #98038 - TaKO8Ki:remove-unnecessary-space-in-doc, r=com…
Browse files Browse the repository at this point in the history
…piler-errors

Remove an unnecessary space in doc
  • Loading branch information
bors committed Jun 13, 2022
2 parents c570ab5 + ba41d4c commit 083721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ mod use_keyword {}
/// pub enum Cow<'a, B>
/// where
/// B: 'a + ToOwned + ?Sized,
/// {
/// {
/// Borrowed(&'a B),
/// Owned(<B as ToOwned>::Owned),
/// }
Expand Down

0 comments on commit 083721a

Please sign in to comment.