Bug 1429511 - Remove unused trait. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Fri, 12 Jan 2018 15:59:47 +0000
changeset 719671 357a9c7de3e8a512256e6e26a5e72b8cc096de74
parent 719670 48d491b121ce91d054070bc80230a81491eb9559
child 719681 5ceb3c9738c56400f7b5553e9a428ef536da4a36
push id95329
push userbmo:ato@sny.no
push dateFri, 12 Jan 2018 16:00:36 +0000
reviewersjgraham
bugs1429511
milestone59.0a1
Bug 1429511 - Remove unused trait. r?jgraham rustc warns that std::ascii::AsciiExt is not in use. MozReview-Commit-ID: 2WKTZ5Ps2Qx
testing/mozbase/rust/mozrunner/src/runner.rs
--- a/testing/mozbase/rust/mozrunner/src/runner.rs
+++ b/testing/mozbase/rust/mozrunner/src/runner.rs
@@ -1,11 +1,10 @@
 use mozprofile::prefreader::PrefReaderError;
 use mozprofile::profile::Profile;
-use std::ascii::AsciiExt;
 use std::collections::HashMap;
 use std::convert::From;
 use std::env;
 use std::error::Error;
 use std::fmt;
 use std::io::{Result as IoResult, Error as IoError, ErrorKind};
 use std::path::{Path, PathBuf};
 use std::process;