Sign in
code
/
git
/
1c1fc86d5557fbbf5ac6ccbaddd824e24fb2b91d
/
.
/
t
/
t4018
/
rust-fn
blob: cbe02155f11384f99c96ac2f96762e9ef91beb6b [
file
] [
log
] [
blame
]
pub
(
self
)
fn RIGHT
<
T
>(
x
:
&[
T
])
where
T
:
Debug
{
let
_
=
x
;
// a comment
let
a
=
ChangeMe
;
}