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 e0bf71b commit 866ea14Copy full SHA for 866ea14
serde_with/tests/serde_as/map_tuple_list.rs
@@ -353,6 +353,8 @@ fn test_map_as_tuple_with_nested_complex_type() {
353
);
354
}
355
356
+// Problematic handling around fundamental types: https://github.com/rust-lang/rust/issues/121621
357
+#[allow(unknown_lints, non_local_definitions)]
358
#[test]
359
fn test_map_as_tuple_list_works_with_serializer_that_needs_length_to_serialize_sequence() {
360
use serde::{
0 commit comments