Skip to content

Commit

Permalink
remove an unnecessary space in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
TaKO8Ki committed Jun 13, 2022
1 parent 7092d42 commit ba41d4c
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 ba41d4c

Please sign in to comment.