Export nan_preserving_float (#109)

This commit is contained in:
Sergey Pepyakin 2018-07-04 12:13:57 +03:00 committed by GitHub
parent 5d99077e17
commit dc5052aadb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 byteorder;
extern crate memory_units as memory_units_crate;
extern crate nan_preserving_float;
pub extern crate nan_preserving_float;
use std::fmt;
use std::error;