mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
Rustup to rust-lang/rust#71518
This commit is contained in:
parent
9a3b0a0588
commit
cd3480991a
2 changed files with 4 additions and 4 deletions
|
@ -21,8 +21,8 @@ fn main() {
|
|||
_ => u_8 = 0,
|
||||
}
|
||||
|
||||
let end_16: u16 = 35;
|
||||
let start_16: u16 = 40;
|
||||
let end_16: u16 = 40;
|
||||
let start_16: u16 = 35;
|
||||
|
||||
let mut u_16: u16 = end_16 - start_16;
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ fn main() {
|
|||
_ => u_8 = 0,
|
||||
}
|
||||
|
||||
let end_16: u16 = 35;
|
||||
let start_16: u16 = 40;
|
||||
let end_16: u16 = 40;
|
||||
let start_16: u16 = 35;
|
||||
|
||||
let mut u_16: u16 = end_16 - start_16;
|
||||
|
||||
|
|
Loading…
Reference in a new issue