gstreamer: macro_use is for use statements, not macro calls

This commit is contained in:
Marijn Suijten 2020-11-24 09:57:52 +01:00
parent f6700f1ff1
commit 9f0befa033
2 changed files with 0 additions and 2 deletions

View file

@ -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;

View file

@ -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;