Fixed the library to use the new Rust 2018 module system.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use binding::{CDouble, CFloat};
|
||||
|
||||
use ::real::Real;
|
||||
use ::trig::radian::Radian;
|
||||
use crate::real::Real;
|
||||
use crate::trig::radian::Radian;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user