]> git.lizzy.rs Git - rust.git/commitdiff
Revert edition change in test
authorLaurențiu Nicola <lnicola@dend.ro>
Sun, 24 Oct 2021 11:52:42 +0000 (14:52 +0300)
committerLaurențiu Nicola <lnicola@dend.ro>
Sun, 24 Oct 2021 11:52:42 +0000 (14:52 +0300)
crates/rust-analyzer/tests/slow-tests/main.rs

index 073721adc97d451255f04a7f64940a692e24ab9e..e5963bae7439560cce5902b6e9c9b277be2436da 100644 (file)
@@ -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;