mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
379 stars 69 forks source link

Fix clippy warnings for Rust 1.79 #1151

Closed wks closed 5 months ago

wks commented 5 months ago

This PR fixes new warnings generated by Clippy after upgrading Rust to 1.79.

The warning against the transmute call in mock_vm.rs is suppressed because it is almost impossible to annotate.

Also fixes compilation problems:

wks commented 5 months ago

Public API Check failed because I removed MutatorContext::barrier_impl(). DEFAULT_STRESS_FACTOR is not changed, but cargo-public-api thought its type was _.