blob: b0095aaac7918edb6386aa6ee455ab4a8ec87a1b [file] [log] [blame] [edit]
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) {}
}