Skip to content

Commit 7c760e5

Browse files
committed
1 parent 2734e4e commit 7c760e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/missing-doc-impl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub trait D {
4646
}
4747

4848
/// dox
49-
pub trait E {
49+
pub trait E: Sized {
5050
type AssociatedType;
5151
type AssociatedTypeDef = Self;
5252

0 commit comments

Comments
 (0)