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