a956a20532
This reverts commit 97d7216cd4
.
12 lines
236 B
Rust
12 lines
236 B
Rust
// rustfmt-format_code_in_doc_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() {}
|