From f0ad6fa68bf98d317518bb75da01b7bb7abe98d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 24 Oct 2021 14:52:42 +0300 Subject: [PATCH] Revert edition change in test --- crates/rust-analyzer/tests/slow-tests/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rust-analyzer/tests/slow-tests/main.rs b/crates/rust-analyzer/tests/slow-tests/main.rs index 073721adc9..e5963bae74 100644 --- a/crates/rust-analyzer/tests/slow-tests/main.rs +++ b/crates/rust-analyzer/tests/slow-tests/main.rs @@ -350,7 +350,7 @@ fn test_format_document_2018() { [package] name = "foo" version = "0.0.0" -edition = "2021" +edition = "2018" //- /src/lib.rs mod bar;