Remove stale comment

This commit is contained in:
Ayaz 2022-05-07 18:33:49 -04:00 committed by ayazhafiz
parent 08beedb648
commit 4858979d6b

View file

@ -199,7 +199,6 @@ pub enum Expr {
// for the expression from the opaque definition. `type_arguments` is something like
// [(n, fresh1)], and `specialized_def_type` becomes "[ Id U64 fresh1 ]".
specialized_def_type: Box<Type>,
// Fresh type variable and any ability it is bound to
type_arguments: Vec<OptAbleVar>,
lambda_set_variables: Vec<LambdaSet>,
},