Auto merge of #98038 - TaKO8Ki:remove-unnecessary-space-in-doc, r=compiler-errors
Remove an unnecessary space in doc
This commit is contained in:
commit
083721a1a7
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
/// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue