Work around a rustfmt bug
This commit is contained in:
parent
ee8839034b
commit
37e8b2274c
|
@ -4,6 +4,7 @@ extern crate serde_derive;
|
|||
|
||||
use toml::Value;
|
||||
|
||||
#[rustfmt::skip] // appears to be a bug in rustfmt to make this converge...
|
||||
macro_rules! float_inf_tests {
|
||||
($ty:ty) => {{
|
||||
#[derive(Serialize, Deserialize)]
|
||||
|
|
Loading…
Reference in a new issue