9 lines
90 B
Rust
9 lines
90 B
Rust
|
// rustfmt-wrap_comments: true
|
||
|
|
||
|
/// . a
|
||
|
pub fn foo() {}
|
||
|
|
||
|
pub fn main() {
|
||
|
// . a
|
||
|
}
|