Clean up rust_test_host TEST_MAPPING after default update am: 6ff37de58e am: ca9aa6bc65 am: d2fd6f4536 am: 8da8c0e949

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/lru-cache/+/1584425

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I5f0bece91e029c2deddd5c8405010827334a5ec8
tree: 1c1e5240d2b3ef42772eb01d7daf991298503ea0
  1. src/
  2. .cargo_vcs_info.json
  3. .gitignore
  4. .travis.yml
  5. Android.bp
  6. Cargo.toml
  7. Cargo.toml.orig
  8. deploy-docs.sh
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. TEST_MAPPING
README.md

WARNING: THIS PROJECT IS IN MAINTENANCE MODE, DUE TO INSUFFICIENT MAINTAINER RESOURCES

It works fine, but will generally no longer be improved.

We are currently only accepting changes which:

  • keep this compiling with the latest versions of Rust or its dependencies.
  • have minimal review requirements, such as documentation changes (so not totally new APIs).

A cache that holds a limited number of key-value pairs.

Documentation is available at https://contain-rs.github.io/lru-cache/lru_cache.