mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-01 20:07: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"
|
||||
version = "0.0.0"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#![feature(prelude_import)]
|
||||
//! Test
|
||||
#[prelude_import]
|
||||
use std::prelude::rust_2018::*;
|
||||
use std::prelude::rust_2021::*;
|
||||
#[macro_use]
|
||||
extern crate std;
|
||||
/// Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue