[roll] Roll fuchsia [test_util] increase clippy conformance

When using `assert_near!()` in a program with more clippy
lints enabled, clippy complains:

```
error: manual `RangeInclusive::contains` implementation
[...]
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains                                                                                                                                                                                                     = note: `-D clippy::manual-range-contains` implied by `-D warnings`                                                                                                                                                                                                                                                       = note: this error originates in the macro `assert_near` (in Nightly builds, run with -Z macro-backtrace for more info)
```

This CL uses the range syntax, to address clippy's
concern.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/825900
Original-Revision: dbbd15a02854bc9973345307c8ef0f8f4e1bdf81
GitOrigin-RevId: 6c163eec80806f579f7980738c4f3cd350b40181
Change-Id: Ied18fbd3f113e3d9aff16ebbc2285e98befd2ecb
1 file changed
tree: 2b338e2c8c8097c426453b732f52407a36eb553d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.