Skip to content

Commit

Permalink
Silence problematic non_local_definitions behavior around references
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Feb 28, 2024
1 parent e0bf71b commit 866ea14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde_with/tests/serde_as/map_tuple_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ fn test_map_as_tuple_with_nested_complex_type() {
);
}

// Problematic handling around fundamental types: https://github.com/rust-lang/rust/issues/121621
#[allow(unknown_lints, non_local_definitions)]
#[test]
fn test_map_as_tuple_list_works_with_serializer_that_needs_length_to_serialize_sequence() {
use serde::{
Expand Down

0 comments on commit 866ea14

Please sign in to comment.