mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-04 13:27:37 +03:00
Update expected output with normalize_doc_attributes = true
Rustfmt supports this configuration on nightly only.
This commit is contained in:
parent
c180463595
commit
95bd0211c0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#![feature(prelude_import)]
|
#![feature(prelude_import)]
|
||||||
#![doc = " Test"]
|
//! Test
|
||||||
#[prelude_import]
|
#[prelude_import]
|
||||||
use std::prelude::v1::*;
|
use std::prelude::v1::*;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate std;
|
extern crate std;
|
||||||
#[doc = " Test"]
|
/// Test
|
||||||
pub fn test() {}
|
pub fn test() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue