style: stop renaming external crate
This commit is contained in:
parent
f33ee09b9d
commit
878f7c9ebb
9 changed files with 13 additions and 31 deletions
|
|
@ -1,9 +1,7 @@
|
|||
extern crate nalgebra as na;
|
||||
|
||||
use std::cmp::Ordering;
|
||||
|
||||
use na::geometry::Point3;
|
||||
use na::*;
|
||||
use nalgebra::geometry::Point3;
|
||||
use nalgebra::*;
|
||||
|
||||
use super::{bound::*, Surface};
|
||||
use crate::util::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue