Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
issue-6059
/
repro.rs
blob: 1dc62cc8d26e3efc9467de3e0372d13a5823c94b [
file
] [
log
] [
blame
]
fn
float_range_tests
()
{
self
.
coords
.
x
-=
rng
.
gen_range
(-
self
.
radius
/
2.
..
self
.
radius
/
2.
);
}