mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 12:57:38 +03:00
Test doc comment expansion
This commit is contained in:
parent
f779c67149
commit
e8b5c21cac
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#![feature(prelude_import)]
|
#![feature(prelude_import)]
|
||||||
|
#![doc = " 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"]
|
||||||
pub fn test() {}
|
pub fn test() {}
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
|
//! Test
|
||||||
|
|
||||||
|
/// Test
|
||||||
pub fn test() {}
|
pub fn test() {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue