rust/tests/target/doc-comment-with-example.rs
2018-08-16 19:59:32 +02:00

11 lines
222 B
Rust

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