mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-21 18:02:37 -04: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…
Add table
Reference in a new issue