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/text
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 /text
parent44d4a2a832f461e7c3f3e060dfaae283ff4a48fa (diff)
Fix various new clippy warnings with clippy 1.43
Diffstat (limited to 'text')
-rw-r--r--text/wrap/build.rs2
-rw-r--r--text/wrap/src/gsttextwrap.rs3
2 files changed, 0 insertions, 5 deletions
diff --git a/text/wrap/build.rs b/text/wrap/build.rs
index fe307a434..17be1215e 100644
--- a/text/wrap/build.rs
+++ b/text/wrap/build.rs
@@ -1,5 +1,3 @@
-use gst_plugin_version_helper;
-
fn main() {
gst_plugin_version_helper::get_info()
}
diff --git a/text/wrap/src/gsttextwrap.rs b/text/wrap/src/gsttextwrap.rs
index 4afa6a06e..92de0de90 100644
--- a/text/wrap/src/gsttextwrap.rs
+++ b/text/wrap/src/gsttextwrap.rs
@@ -15,11 +15,9 @@
// Free Software Foundation, Inc., 51 Franklin Street, Suite 500,
// Boston, MA 02110-1335, USA.
-use glib;
use glib::prelude::*;
use glib::subclass;
use glib::subclass::prelude::*;
-use gst;
use gst::prelude::*;
use gst::subclass::prelude::*;
@@ -31,7 +29,6 @@ use std::sync::Mutex;
use once_cell::sync::Lazy;
use hyphenation::{Load, Standard};
-use textwrap;
static CAT: Lazy<gst::DebugCategory> = Lazy::new(|| {
gst::DebugCategory::new(