Sign in
rust
/
rust
/
656d4e8a962ca51f7a76167fc762fabfaec0cbbd
/
.
/
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
,
);
}