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