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