forked from mirrors/gstreamer-rs
gstreamer: macro_use is for use
statements, not macro calls
This commit is contained in:
parent
f6700f1ff1
commit
9f0befa033
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#[macro_use]
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(unix)] {
|
||||
use glib::translate::ToGlibPtr;
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#[macro_use]
|
||||
cfg_if::cfg_if! {
|
||||
if #[cfg(windows)] {
|
||||
use glib::translate::ToGlibPtr;
|
||||
|
|
Loading…
Reference in a new issue