From 36fcfad56ab70b613740115065e72dd95db14e5b Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 21 Sep 2022 13:44:49 -0400 Subject: [PATCH] Remove empty comment --- src/check_ast.rs | 1 - 1 file changed, 1 deletion(-) 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,