Sign in
rust
/
rust
/
578d299fe76e2a2ca2f303030f8eb496ab5f96fd
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-3845.rs
blob: 877c05b86a90b5fec6ac6b2828ab4eff2e84b985 [
file
]
fn
main
()
{
||
{
#[
allow
(
deprecated
)]
{
u8
::
max_value
()
}
};
}