about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/issue-6059/repro.rs
blob: 1dc62cc8d26e3efc9467de3e0372d13a5823c94b (plain)
1
2
3
fn float_range_tests() {
    self.coords.x -= rng.gen_range(-self.radius / 2. .. self.radius / 2.);
}