Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable clippy nightly warning about const TLS
This complains: > warning: initializer for `thread_local` value can be made `const` But doing the suggested fix breaks the build on our MSRV, with: > warning: a `const` item should never be interior mutable So we can't really win.
- Loading branch information