[roll] Roll fuchsia [rust][lint] Refactor lint configs

Consolidate Rust lint configurations in one place, making them easier to
manage. This change also revealed that we are missing some rustc lints
on fuchsia_rust_driver, which is added in this CL.

NOTE: unused_result is not enabled by default in Bazel, users can opt in
with `rustc_flags` on a per-target basis.

NO_IFTTT=Sort and s/-/_ a few configs in BUILD.bazel

Original-Bug: 473999246
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1462929
Original-Revision: 7fe4267c44d22580b4f12486696a6f9cc961aebf
GitOrigin-RevId: 486f9a3e48fe635bf0169902f8645c610d7d9db3
Change-Id: I2ef5a7a0f71fadb01eef34bad57a8cb40d4de524
1 file changed
tree: ed74af2e0a3107a63fd90266bddde5159d10f0a0
  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.