зеркало из https://github.com/mozilla/gecko-dev.git
No bug - remove useless semicolon that causes a rust nightly warning. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D105387
This commit is contained in:
Родитель
c0d75d9d0e
Коммит
306af38824
|
@ -116,7 +116,7 @@ impl<'a> FontSettingTagIter<'a> {
|
|||
let mut sorted_tags = Vec::from_iter(tags.iter());
|
||||
sorted_tags.sort_by_key(|k| k.tag.0);
|
||||
sorted_tags
|
||||
};
|
||||
}
|
||||
|
||||
Ok(FontSettingTagIter {
|
||||
a_state: FontSettingTagIterState::new(as_new_sorted_tags(&a_settings.0)),
|
||||
|
|
Загрузка…
Ссылка в новой задаче