Sign in
rust
/
rustfmt
/
refs/heads/rust-1.45
/
.
/
tests
/
source
/
issue-3272
/
v1.rs
blob: f4c1b7c992bf1f3435ddf630a5f45ae8080791ad [
file
] [
log
] [
blame
]
// rustfmt-version: One
fn
main
()
{
assert
!(
HAYSTACK
.
par_iter
()
.
find_any
(|&&
x
|
x
[
0
]
%
1000
==
999
)
.
is_some
());
assert
(
HAYSTACK
.
par_iter
()
.
find_any
(|&&
x
|
x
[
0
]
%
1000
==
999
)
.
is_some
(),
);
}