std: remove Encoder::emit_{owned,managed}_str and Decoder::read_{owned,managed}_str
This commit is contained in:
parent
1dd11c7179
commit
8b43c620b9
5 changed files with 20 additions and 72 deletions
|
|
@ -1240,10 +1240,7 @@ mod test {
|
|||
fn emit_float(&self, +_v: float) { self.add_unknown_to_log(); }
|
||||
|
||||
fn emit_char(&self, +_v: char) { self.add_unknown_to_log(); }
|
||||
|
||||
fn emit_borrowed_str(&self, +_v: &str) { self.add_unknown_to_log(); }
|
||||
fn emit_owned_str(&self, +_v: &str) { self.add_unknown_to_log(); }
|
||||
fn emit_managed_str(&self, +_v: &str) { self.add_unknown_to_log(); }
|
||||
fn emit_str(&self, +_v: &str) { self.add_unknown_to_log(); }
|
||||
|
||||
fn emit_borrowed(&self, f: &fn()) { self.add_unknown_to_log(); f() }
|
||||
fn emit_owned(&self, f: &fn()) { self.add_unknown_to_log(); f() }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue