Skip to content

Commit 918a038

Browse files
removed unnecessary function, set workspace resolver to 2
1 parent 12d5065 commit 918a038

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ members = [
66
"amqp-transaction",
77
"amqp-security",
88
]
9+
resolver = "2"

amqp-type/src/types/amqp_type.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,6 @@ impl From<Encoded> for Vec<u8> {
102102
}
103103

104104

105-
impl From<Encoded> for &mut Vec<u8> {
106-
fn from(value: Encoded) -> Self {
107-
match value {
108-
_ => todo!()
109-
110-
}
111-
}
112-
}
113105

114106
impl From<u8> for Encoded {
115107
fn from(value: u8) -> Self {

0 commit comments

Comments
 (0)