Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit cd641cd

Browse files
committed
Use rust_2018_preview feature
1 parent 43d5f18 commit cd641cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-fix/tests/all/edition_upgrade.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn prepare_for_2018() {
1212
.file(
1313
"src/lib.rs",
1414
r#"
15-
#![feature(crate_in_paths)]
15+
#![feature(rust_2018_preview )]
1616
1717
mod foo {
1818
pub const FOO: &str = "fooo";

0 commit comments

Comments
 (0)