diff --git a/subprojects/gstreamer/libs/gst/helpers/ptp/parse.rs b/subprojects/gstreamer/libs/gst/helpers/ptp/parse.rs index 20925d20ab..c59ae6969d 100644 --- a/subprojects/gstreamer/libs/gst/helpers/ptp/parse.rs +++ b/subprojects/gstreamer/libs/gst/helpers/ptp/parse.rs @@ -8,6 +8,8 @@ // // SPDX-License-Identifier: MPL-2.0 +#![allow(unused)] + use std::io; pub trait ReadBytesBEExt: io::Read {