Skip to content

Commit

Permalink
drop deprecated BasicProperties::with_kind
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Jul 11, 2024
1 parent 3f282bc commit b07ecbc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions protocol/src/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,6 @@ impl From<AMQPHardError> for AMQPErrorKind {
}
}

impl basic::AMQPProperties {
#[deprecated(note = "use with_type instead")]
/// deprecated: use with_type instead
pub fn with_kind(self, value: ShortString) -> Self {
self.with_type(value)
}
}

#[cfg(test)]
mod test {
use super::*;
Expand Down

0 comments on commit b07ecbc

Please sign in to comment.