Fix lints.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-01 05:56:23 +00:00
parent 918af06eb1
commit d32bc5ed2a
3 changed files with 15 additions and 13 deletions

View File

@@ -335,7 +335,7 @@ fn ser_array() {
}
#[test]
#[ignore]
#[ignore = "does not work yet. TODO! Fixme!"]
fn de_array() {
let a: u64 = 123_456;
let b: u64 = 987_654;
@@ -367,7 +367,7 @@ fn de_array() {
}
#[test]
#[ignore]
#[ignore = "does not work yet. TODO! Fixme!"]
fn de_complex() {
type Key<'a> = (&'a UserId, ArrayVec<u64, 2>, &'a RoomId);