Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Make test_value work with rust 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 10, 2020
1 parent c3b1fb6 commit bcbdb79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_value.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use serde_yaml::{Number, Value};
use std::f64;

#[test]
fn test_nan() {
Expand Down

0 comments on commit bcbdb79

Please sign in to comment.