From 4489aeb907eb4de3fc6eeb132e281ab725cf6b89 Mon Sep 17 00:00:00 2001 From: Esteban Kuber Date: Thu, 9 Sep 2021 15:55:21 +0000 Subject: [PATCH] fix fmt --- src/test/ui/parser/emoji-identifiers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/ui/parser/emoji-identifiers.rs b/src/test/ui/parser/emoji-identifiers.rs index 2f4df4cf2161..485fb29af9cd 100644 --- a/src/test/ui/parser/emoji-identifiers.rs +++ b/src/test/ui/parser/emoji-identifiers.rs @@ -13,4 +13,3 @@ fn main() { let _ = i_like_to_😄_a_lot(); //~ ERROR cannot find function `i_like_to_😄_a_lot` in this scope //~^ ERROR identifiers cannot contain emojis } -