Update issue-64655-extern-rust-must-allow-unwind.rs

placate tidy
This commit is contained in:
Felix S Klock II 2019-10-03 11:10:13 +02:00 committed by GitHub
parent 5e7e8cd41f
commit 71e5f78934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,4 +79,3 @@ fn main() {
assert_eq!(SHARED.fetch_add(0, Ordering::SeqCst), 1);
}