提交 75f0f7af 编写于 作者: A Anthony Ramine

Fix a typo

上级 4f0047ed
......@@ -839,7 +839,7 @@ fn clean(&self, cx: &DocContext<'_>) -> Generics {
let mut where_predicates =
where_predicates.into_iter().flat_map(|p| p.clean(cx)).collect::<Vec<_>>();
// Type parameters and have a Sized bound by default unless removed with
// Type parameters have a Sized bound by default unless removed with
// ?Sized. Scan through the predicates and mark any type parameter with
// a Sized bound, removing the bounds as we find them.
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册