[roll] Roll fuchsia [rust] Enable lint for function casts

Enables the clippy lint 'fn_to_numeric_cast_with_truncation'
which warns on an 'as' cast from a function pointer to a
numeric type too small to hold the pointer.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1190273
Original-Revision: b11785e649a5f17c8d36a12586219e40177e9906
GitOrigin-RevId: 39c9dd45ac55ceab017d14a82aaf7f0cb2c5c5e2
Change-Id: I8f32c0b4795b07101be8e3002e1fd248a6980e42
1 file changed
tree: c19eaf8251451ec7f1352199b8fe4862d8e06f08
  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 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.