add missing trait bounds
This commit is contained in:
@ -919,7 +919,7 @@ pub mod alloc_mod {
|
||||
fn modify_tm(&self, tm: &mut PusTmCreator);
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Copy, Clone)]
|
||||
pub struct DummyVerificationHook {}
|
||||
|
||||
impl VerificationHookProvider for DummyVerificationHook {
|
||||
|
Reference in New Issue
Block a user