Remove out-of-date comment

This commit is contained in:
Nadrieril 2020-05-23 19:39:38 +01:00
parent 7addc115eb
commit 3e8ba3a3cb
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ trait A {
impl A for () {
type Projection = bool;
// using () instead of bool here does compile though
}
struct Next<T: A>(T::Projection);