Skip to content

Commit 2f05160

Browse files
committed
Remove unecessary doc comment
1 parent ec62699 commit 2f05160

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/run-pass/existential_type_const.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
use std::fmt::Debug;
88

9-
// Type `Foo` refers to a type that implements the `Debug` trait.
10-
// The concrete type to which `Foo` refers is inferred from this module,
11-
// and this concrete type is hidden from outer modules (but not submodules).
129
pub existential type Foo: Debug;
1310

1411
const _FOO: Foo = 5;

0 commit comments

Comments
 (0)