[roll] Roll fuchsia [diagnostics] Use checked_div instead of manual divide by zero

An upcoming Rust lint suggests using `checked_div` instead of manually
checking for divison by zero.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1485319
Original-Revision: dc4caeea014b0119cf33148321ee36195ce4513c
GitOrigin-RevId: 2348fcf5106cf488a3d38a38eee421af7956b74f
Change-Id: Ifaf53bb28b72f012931bb9541e1c77e3db528eb4
1 file changed
tree: 103a0e0defd7abf9bda3d39e1e61501c39d47683
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.