Remove unecessary doc comment
This commit is contained in:
parent
ec626992fe
commit
2f051605f3
1 changed files with 0 additions and 3 deletions
|
|
@ -6,9 +6,6 @@
|
|||
|
||||
use std::fmt::Debug;
|
||||
|
||||
// Type `Foo` refers to a type that implements the `Debug` trait.
|
||||
// The concrete type to which `Foo` refers is inferred from this module,
|
||||
// and this concrete type is hidden from outer modules (but not submodules).
|
||||
pub existential type Foo: Debug;
|
||||
|
||||
const _FOO: Foo = 5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue