Skip to content

Commit d1bab09

Browse files
committed
Revert "Fix CI by undoing the reordering of extern crate statements"
This reverts commit cd179f2.
1 parent 6a34b4a commit d1bab09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mp4parse_capi/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@
3535
// License, v. 2.0. If a copy of the MPL was not distributed with this
3636
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
3737

38-
extern crate mp4parse;
39-
#[rustfmt::skip] // See https://github.com/mozilla/mp4parse-rust/issues/197#issuecomment-596910016
4038
extern crate byteorder;
39+
extern crate mp4parse;
4140
extern crate num_traits;
4241

4342
use byteorder::WriteBytesExt;

0 commit comments

Comments
 (0)