Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove out-of-date comment
  • Loading branch information
Nadrieril committed May 23, 2020
1 parent 7addc11 commit 3e8ba3a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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);
Expand Down

0 comments on commit 3e8ba3a

Please sign in to comment.