Fix pinning (#6604)
Remove Deref implementations and add more pass-throughs to the PinnedVec wrapper. Warm recyclers set_pinnable
This commit is contained in:
@ -5,6 +5,9 @@ pub mod recycler;
|
||||
pub mod sigverify;
|
||||
pub mod test_tx;
|
||||
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
|
Reference in New Issue
Block a user