Fix some build warnings.

This commit is contained in:
Ms2ger 2017-02-07 16:11:56 +01:00
parent 6fe9fd2269
commit 2ddf1f2d91
4 changed files with 12 additions and 14 deletions

View file

@ -41,7 +41,6 @@ extern crate cocoa;
#[cfg(target_os="macos")]
#[macro_use]
extern crate objc;
#[cfg(target_os="linux")] extern crate x11;
// Must come first.
pub mod macros;