We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc90b3 commit 80dde40Copy full SHA for 80dde40
crates/bitwarden-crypto/src/signing/signed_object.rs
@@ -200,7 +200,7 @@ mod tests {
200
#[test]
201
fn test_roundtrip_cose() {
202
let signed_object =
203
- SignedObject::from_cose(&Into::<CoseSign1Bytes>::into(SIGNED_OBJECT)).unwrap();
+ SignedObject::from_cose(&<CoseSign1Bytes>::from(SIGNED_OBJECT)).unwrap();
204
assert_eq!(
205
signed_object.content_type().unwrap(),
206
coset::iana::CoapContentFormat::Cbor
0 commit comments