Remove unecessary doc comment

This commit is contained in:
Aaron Hill 2019-07-05 18:53:34 -04:00
parent ec626992fe
commit 2f051605f3
No known key found for this signature in database
GPG key ID: B4087E510E98B164

View file

@ -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;