Skip to content

Commit 083721a

Browse files
committed
Auto merge of #98038 - TaKO8Ki:remove-unnecessary-space-in-doc, r=compiler-errors
Remove an unnecessary space in doc
2 parents c570ab5 + ba41d4c commit 083721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/keyword_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,7 @@ mod use_keyword {}
21992199
/// pub enum Cow<'a, B>
22002200
/// where
22012201
/// B: 'a + ToOwned + ?Sized,
2202-
/// {
2202+
/// {
22032203
/// Borrowed(&'a B),
22042204
/// Owned(<B as ToOwned>::Owned),
22052205
/// }

0 commit comments

Comments
 (0)