Update test project to 2021 edition

This commit is contained in:
David Tolnay 2023-07-06 14:30:13 -07:00
parent a8fd257bf9
commit 8ee88168f6
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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