mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-02 20:37:37 +03:00
Update test project to 2021 edition
This commit is contained in:
parent
a8fd257bf9
commit
8ee88168f6
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
name = "cargo-expand-test"
|
name = "cargo-expand-test"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#![feature(prelude_import)]
|
#![feature(prelude_import)]
|
||||||
//! Test
|
//! Test
|
||||||
#[prelude_import]
|
#[prelude_import]
|
||||||
use std::prelude::rust_2018::*;
|
use std::prelude::rust_2021::*;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate std;
|
extern crate std;
|
||||||
/// Test
|
/// Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue