mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07: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)]
|
||||
#![doc = " Test"]
|
||||
//! Test
|
||||
#[prelude_import]
|
||||
use std::prelude::v1::*;
|
||||
#[macro_use]
|
||||
extern crate std;
|
||||
#[doc = " Test"]
|
||||
/// Test
|
||||
pub fn test() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue