Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
author.rs
blob: faab114852fb87c93578dd19ddce84cad5aa3a4a [
file
]
//@ check-pass
fn
main
()
{
#[
clippy
::
author
]
let
x
:
char
=
0x45
as
char
;
}