e70343a5f5
Closes #4398
20 lines
451 B
Rust
20 lines
451 B
Rust
impl Struct {
|
|
/// Documentation for `foo`
|
|
#[rustfmt::skip] // comment on why use a skip here
|
|
pub fn foo(&self) {}
|
|
}
|
|
|
|
impl Struct {
|
|
/// Documentation for `foo`
|
|
#[rustfmt::skip] // comment on why use a skip here
|
|
pub fn foo(&self) {}
|
|
}
|
|
|
|
/// Documentation for `Struct`
|
|
#[rustfmt::skip] // comment
|
|
impl Struct {
|
|
/// Documentation for `foo`
|
|
#[rustfmt::skip] // comment on why use a skip here
|
|
pub fn foo(&self) {}
|
|
}
|