Use bitflags! consistently. (#680)
This removes an `extern crate` and a `use` so that we always call it via `bitflags::bitflags!` everywhere.
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
|
||||
extern crate nalgebra as na;
|
||||
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
||||
#[cfg(feature = "log")]
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
Reference in New Issue
Block a user