fix a couple of ftrivial typos (NFC).

This commit is contained in:
Matthias Krüger
2018-12-25 18:22:34 +01:00
parent fc24fce73f
commit 7f5e17f3f1
3 changed files with 4 additions and 4 deletions

View File

@@ -432,7 +432,7 @@ fn test_gen_deprecated() {
"should_assert_eq",
"group1",
"abc",
Some("has been superseeded by should_assert_eq2"),
Some("has been superseded by should_assert_eq2"),
"module_name",
),
Lint::new(
@@ -447,7 +447,7 @@ fn test_gen_deprecated() {
let expected: Vec<String> = vec![
" store.register_removed(",
" \"should_assert_eq\",",
" \"has been superseeded by should_assert_eq2\",",
" \"has been superseded by should_assert_eq2\",",
" );",
" store.register_removed(",
" \"another_deprecated\",",