Sign in
googlers
/
jrn
/
git
/
d7805bc74351e61126e587a7470e3fbf843caf8a
/
.
/
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
;
}