Remove all Sink traits
This commit is contained in:
@@ -3,12 +3,8 @@
|
||||
//! The `binemit` module contains code for translating Cranelift's intermediate representation into
|
||||
//! binary machine code.
|
||||
|
||||
mod memorysink;
|
||||
mod stack_map;
|
||||
|
||||
pub use self::memorysink::{
|
||||
NullRelocSink, NullStackMapSink, NullTrapSink, RelocSink, StackMapSink, TrapSink,
|
||||
};
|
||||
pub use self::stack_map::StackMap;
|
||||
use core::fmt;
|
||||
#[cfg(feature = "enable-serde")]
|
||||
|
||||
Reference in New Issue
Block a user