Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
author.rs
blob: 0a1be35689670f3c024efdcf702479c474db547d [
file
] [
log
] [
blame
]
fn
main
()
{
#[
clippy
::
author
]
let
x
:
char
=
0x45
as
char
;
}