Address review comments.

This commit is contained in:
Mazdak Farrokhzad
2019-06-24 18:32:52 +02:00
parent 5baac07d4b
commit 5eaedda9f5
6 changed files with 24 additions and 24 deletions

View File

@@ -2,7 +2,6 @@
#![deny(overflowing_literals)]
#![deny(const_err)]
#![allow(unused_variables)]
fn main() {
let x2: i8 = --128; //~ ERROR literal out of range for `i8`