blob: c19e505fd03ad6b5c145f0aca15b8f6c3ce867a1 [file] [log] [blame] [edit]
#[discard_params_doc]
trait Trait {
fn foo(
&self,
/// some docs
bar: String,
/// another docs
baz: i32,
);
}