Export nan_preserving_float (#109)
This commit is contained in:
parent
5d99077e17
commit
dc5052aadb
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue