Rename to match Rust types

This commit is contained in:
Godfrey Chan 2017-10-05 09:37:45 -07:00
parent ce8f4430bc
commit dac16373ae
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ mod integers;
mod float;
mod option;
mod result;
mod array;
mod vec;
use sys::{VALUE};
use super::{Error, ToError};