Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/video/gif
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-04-24 13:55:01 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-04-24 13:55:01 +0300
commit5a7fcfad7f54c77fab886ed9c41fd44ca600638d (patch)
treea21553cd538fba753f681408947a0ac3039101df /video/gif
parent44d4a2a832f461e7c3f3e060dfaae283ff4a48fa (diff)
Fix various new clippy warnings with clippy 1.43
Diffstat (limited to 'video/gif')
-rw-r--r--video/gif/build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/gif/build.rs b/video/gif/build.rs
index 0d1ddb61d..17be1215e 100644
--- a/video/gif/build.rs
+++ b/video/gif/build.rs
@@ -1,5 +1,3 @@
-extern crate gst_plugin_version_helper;
-
fn main() {
gst_plugin_version_helper::get_info()
}