Update expected output with normalize_doc_attributes = true

Rustfmt supports this configuration on nightly only.
This commit is contained in:
David Tolnay 2021-02-07 14:25:35 -08:00
parent c180463595
commit 95bd0211c0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -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() {}