Skip to content

Commit 67681f5

Browse files
committed
Fix fmt
1 parent 5340c62 commit 67681f5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ mod avutil;
99
clippy::all
1010
)]
1111
pub mod ffi {
12-
pub use crate::avutil::{
13-
_avutil::*, common::*, error::*, pixfmt::*, rational::*,
14-
};
1512
#[cfg(feature = "ffmpeg6")]
1613
pub use crate::avutil::channel_layout::*;
14+
pub use crate::avutil::{_avutil::*, common::*, error::*, pixfmt::*, rational::*};
1715
include!(concat!(env!("OUT_DIR"), "/binding.rs"));
1816
}

0 commit comments

Comments
 (0)