Skip to content

Commit

Permalink
Fix 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Westerlind committed Jan 12, 2021
1 parent f14b6ff commit 1d3fd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::error::{Error, ErrorCode, Result};
use crate::io;
use crate::lib::num::FpCategory;
use crate::lib::*;
use serde::ser::{self, Impossible, Serialize, Serializer as _};
use serde::ser::{self, Impossible, Serialize, Serializer as SerdeSerializer};
use serde::serde_if_integer128;

/// A structure for serializing Rust values into JSON.
Expand Down

0 comments on commit 1d3fd89

Please sign in to comment.