Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue_4936.rs
blob: c19e505fd03ad6b5c145f0aca15b8f6c3ce867a1 [
file
] [
log
] [
blame
]
#[
discard_params_doc
]
trait
Trait
{
fn
foo
(
&
self
,
/// some docs
bar
:
String
,
/// another docs
baz
:
i32
,
);
}