Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not take &mut in Tracer::trace_static
Summary: When implementing `Trace` for `HashMap`, `iter_mut` returns `&K`, which cannot be fed to `trace_static`. Like in the following diff D53944118. Reviewed By: JakobDegen Differential Revision: D53944197 fbshipit-source-id: afca74dbb995737970ba17dd2894e1dd2c295666
- Loading branch information