mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Merge #10624
10624: minor: revert edition change in test r=lnicola a=lnicola Fixes https://github.com/rust-analyzer/rust-analyzer/pull/10607#discussion_r734963606 Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
1f47693e02
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ fn test_format_document_2018() {
|
||||||
[package]
|
[package]
|
||||||
name = "foo"
|
name = "foo"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2021"
|
edition = "2018"
|
||||||
|
|
||||||
//- /src/lib.rs
|
//- /src/lib.rs
|
||||||
mod bar;
|
mod bar;
|
||||||
|
|
Loading…
Reference in a new issue