Work around a rustfmt bug

This commit is contained in:
Alex Crichton 2019-08-28 08:01:50 -07:00
parent ee8839034b
commit 37e8b2274c

View file

@ -4,6 +4,7 @@ extern crate serde_derive;
use toml::Value; use toml::Value;
#[rustfmt::skip] // appears to be a bug in rustfmt to make this converge...
macro_rules! float_inf_tests { macro_rules! float_inf_tests {
($ty:ty) => {{ ($ty:ty) => {{
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize)]
@ -59,7 +60,7 @@ macro_rules! float_inf_tests {
assert_eq!( assert_eq!(
s, s,
"\ "\
sf1 = inf sf1 = inf
sf2 = inf sf2 = inf
sf3 = -inf sf3 = -inf
sf4 = nan sf4 = nan