We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a34b4a commit d1bab09Copy full SHA for d1bab09
mp4parse_capi/src/lib.rs
@@ -35,9 +35,8 @@
35
// License, v. 2.0. If a copy of the MPL was not distributed with this
36
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
37
38
-extern crate mp4parse;
39
-#[rustfmt::skip] // See https://github.com/mozilla/mp4parse-rust/issues/197#issuecomment-596910016
40
extern crate byteorder;
+extern crate mp4parse;
41
extern crate num_traits;
42
43
use byteorder::WriteBytesExt;
0 commit comments