diff --git a/src/check_ast.rs b/src/check_ast.rs index 54d1a0a435..67aca0f2e8 100644 --- a/src/check_ast.rs +++ b/src/check_ast.rs @@ -623,7 +623,6 @@ where let prev_in_literal = self.in_literal; let prev_in_annotation = self.in_annotation; - // Important: if self.in_annotation && self.annotations_future_enabled { self.deferred_annotations.push(( expr,