rust/tests/target/doc-comment-with-example.rs

13 lines
226 B
Rust
Raw Normal View History

2018-05-23 16:29:18 +02:00
// rustfmt-wrap_comments: true
/// Foo
///
/// # Example
/// ```
/// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature, stdsimd))]
/// # #![cfg_attr(not(dox), no_std)]
/// fn foo() {}
/// ```
///
fn foo() {}