mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
ptp: Silence warning about some unused trait methods
These are not used yet but will likely be useful in the future. Rust 1.79 (nightly) is warning about them being unused. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6606>
This commit is contained in:
parent
ac2d95eb49
commit
4171fe3a70
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
//
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
#![allow(unused)]
|
||||
|
||||
use std::io;
|
||||
|
||||
pub trait ReadBytesBEExt: io::Read {
|
||||
|
|
Loading…
Reference in a new issue