mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-13 00:51:20 +00:00
Fix bare_trait_objects warnings
This commit is contained in:
@ -763,7 +763,7 @@ mod vm_ctx_tests {
|
||||
x: u32,
|
||||
y: bool,
|
||||
str: String,
|
||||
finalizer: Box<FnMut()>,
|
||||
finalizer: Box<dyn FnMut()>,
|
||||
}
|
||||
|
||||
impl Drop for TestData {
|
||||
|
Reference in New Issue
Block a user