mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Update test case for nightly's new prelude import
This commit is contained in:
parent
8cd2ffe5dd
commit
8c1f99d5ae
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#![feature(prelude_import)]
|
||||
//! Test
|
||||
#[prelude_import]
|
||||
use std::prelude::v1::*;
|
||||
use std::prelude::rust_2018::*;
|
||||
#[macro_use]
|
||||
extern crate std;
|
||||
/// Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue