Export nan_preserving_float.

This commit is contained in:
Sergey Pepyakin 2018-07-04 11:20:29 +03:00
parent f6657bace4
commit d96028f2c5
1 changed files with 2 additions and 1 deletions

View File

@ -105,7 +105,8 @@ extern crate assert_matches;
extern crate parity_wasm; extern crate parity_wasm;
extern crate byteorder; extern crate byteorder;
extern crate memory_units as memory_units_crate; extern crate memory_units as memory_units_crate;
extern crate nan_preserving_float;
pub extern crate nan_preserving_float;
use std::fmt; use std::fmt;
use std::error; use std::error;