You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes the CI error that's been failing on nightly since Feb 19:
```
error: the item `ParseStrictness` is imported redundantly
--> mp4parse_capi\examples\dump.rs:2:5
|
2 | use mp4parse::ParseStrictness;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
3 | use mp4parse_capi::*;
| ---------------- the item `ParseStrictness` is already imported here
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
```
I tested locally on with both stable and nightly on macOS.
0 commit comments