aboutsummaryrefslogtreecommitdiff
path: root/src/wrapper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapper.rs')
-rw-r--r--src/wrapper.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wrapper.rs b/src/wrapper.rs
index 71ff7da..0920ad4 100644
--- a/src/wrapper.rs
+++ b/src/wrapper.rs
@@ -7,7 +7,6 @@ pub trait CraftWrapper<I> {
}
pub trait CraftIo {
-
fn set_state(&mut self, next: State);
#[cfg(feature = "compression")]