[roll] Roll fuchsia [starnix][range_map] Remove iter_mut() method

This method breaks the invariants of the range map because if the client
modifies adjacent values in the range map, those ranges ranges should be
merged but won't be. Also, this method is expensive to implement when
backing the range map with a copy-on-write data structure because
mutable iteration implies a write to the entire data structure.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1198942
Original-Revision: 0954b56aee6b2d161d3b83fa7b20671ceb734444
GitOrigin-RevId: f98df8189384f8835417683e565e7fb3b76138c5
Change-Id: Icb1eda61402101333e9c0b98628d9f3be99acccc
1 file changed
tree: 44f69653250da557c8d75a6b15328e298493b48b
  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.