зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1632727 - Remove use of deprecated Error::description. r=webdriver-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D72285
This commit is contained in:
Родитель
e48b5b0393
Коммит
631e3b46ff
|
@ -14,7 +14,6 @@ mod test {
|
|||
use crate::prefreader::{parse, serialize, tokenize};
|
||||
use crate::prefreader::{Position, PrefToken};
|
||||
use std::collections::BTreeMap;
|
||||
use std::error::Error;
|
||||
use std::io::Cursor;
|
||||
use std::str;
|
||||
|
||||
|
@ -166,7 +165,7 @@ mod test {
|
|||
assert_eq!(actual, &expected);
|
||||
}
|
||||
Err(e) => {
|
||||
println!("{}", e.description());
|
||||
println!("{}", e);
|
||||
assert!(false)
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче