Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress unused field in test_borrow_in_map_key
warning: field is never read: `map` --> tests/test.rs:2233:9 | 2233 | map: BTreeMap<MyMapKey, ()>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
- Loading branch information