[roll] Roll fuchsia [clippy] Fix lint deduplication

Previously we used the full rendered message to deduplicate lints,
but we found that the note indicating which category implied a lint
only gets added to the FIRST one emitted per clippy invocation.

Example:
```
= note: `--force-warn bare-trait-objects` implied by `--force-warn rust-2021-compatibility`
```

Since we do multiple invocations for toolchains and test variants,
the lint that comes first can change, and will have a different
rendered message content than the same lint in a different invocation,
causing both to show up in `fx clippy` output.

To fix this we're changing the key for deduplication from the rendered
text to a combination of the main message of a lint, it's "code" (e.g.
clippy::bad_bit_mask), and all of its primary spans, which should be
a more consistent indicator of uniqueness.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/681347
Original-Revision: 398eda818b503ddca02d7d7907d1d5ec929e8db0
GitOrigin-RevId: 316cb1d4d88c59b505eb6be02d9cb2ef91920433
Change-Id: Ief530198ac8f7528779fb04a9f7f1e947d0c35af
1 file changed
tree: c05872463c32c9e3287e3d6af15b51f4fa3d6018
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.