Bug 1443853 - Drop unused std::ascii::AsciiExt trait. r?jgraham draft
authorAndreas Tolfsen <ato@sny.no>
Wed, 07 Mar 2018 21:27:18 +0000
changeset 765976 b933ebba91040fcb33df3e566a7ee1c7fb9a3999
parent 765975 23ae3913c96246adfb9f12a76386771b66b4bb88
child 765977 2d144822fc4cbede7481310e922477d372f009cf
push id102198
push userbmo:ato@sny.no
push dateSun, 11 Mar 2018 16:03:30 +0000
reviewersjgraham
bugs1443853
milestone60.0a1
Bug 1443853 - Drop unused std::ascii::AsciiExt trait. r?jgraham Silences another compiler warning. MozReview-Commit-ID: 6Bcw7Ej9uIC
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::ffi::{OsStr, OsString};
 use std::fmt;
 use std::io::{Error as IoError, ErrorKind, Result as IoResult};
 use std::path::{Path, PathBuf};