mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
Update for rust alpha 1.0
This commit is contained in:
@@ -23,6 +23,6 @@ fn main() {
|
||||
|
||||
assert!(value == (0, 255, 0, 255) || value == (0, 64, 0, 255) ||
|
||||
value == (0, 64, 0, 255) || value == (0, 64, 0, 0),
|
||||
"value is: {}", value);
|
||||
"value is: {:?}", value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user