Skip to content

Commit

Permalink
Update src/test/ui/consts/const-nonzero.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Dylan-DPC <[email protected]>
  • Loading branch information
oli-obk and Dylan-DPC authored Dec 28, 2018
1 parent d11a58b commit 39f95fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/consts/const-nonzero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ const X: NonZeroU8 = unsafe { NonZeroU8::new_unchecked(5) };
const Y: u8 = X.get();

fn main() {
}
}

0 comments on commit 39f95fa

Please sign in to comment.