mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
Add a missing newline in the test.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
use std::thread;
|
||||
|
||||
fn main() {
|
||||
|
||||
let data = Arc::new(Mutex::new(0));
|
||||
let mut threads = Vec::new();
|
||||
|
||||
@@ -27,5 +26,4 @@ fn main() {
|
||||
|
||||
let data = Arc::try_unwrap(data).unwrap().into_inner().unwrap();
|
||||
assert_eq!(data, 3);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user