mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
avoid unused warning
This commit is contained in:
parent
cc3419df2b
commit
c1ab0042d4
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ extern crate core_graphics;
|
|||
extern crate euclid;
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[macro_use]
|
||||
extern crate ffi_util;
|
||||
|
||||
|
|
Loading…
Reference in a new issue