[roll] Roll fuchsia [rust][build] Create allow_unused_imports

Updated `config("allow_unused_imports")` with value of

```
scripts/gn/gen_visibility_globs.py \
      --all=//build/config/rust/lints:deny_unused_imports \
      --allow=//build/config/rust/lints:allow_unused_imports \
      --ignore-suffix=_rust  # FIDL bindings use the _rust suffix
```

as stated in the comment for that config.

Original-Bug: 326330182
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004071
Original-Revision: 73fdf231067c0085b5c9acbf0271fdce24e3e0c6
GitOrigin-RevId: 955d6f29153f4136a79c59f4672dfe65efb2291f
Change-Id: I4072410a4ef1f7f366ff27038ac2b246bb826501
1 file changed
tree: df87b47bc9942e502abb6a3c497d4d3c5e4a5b7e
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.