remove tests/source/issue-3227/one.rs
This commit is contained in:
parent
7d9a2ef96d
commit
c4b6b52ada
@ -1,13 +0,0 @@
|
||||
// rustfmt-version: One
|
||||
|
||||
fn main() {
|
||||
thread::spawn(|| {
|
||||
while true {
|
||||
println!("iteration");
|
||||
}
|
||||
});
|
||||
|
||||
thread::spawn(|| loop {
|
||||
println!("iteration");
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user