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