Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio

Updated with rustfmt 1.5.1-stable (2c8cc34 2023-03-06)
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D172587
This commit is contained in:
Andi-Bogdan Postelnicu 2023-03-14 16:54:29 +00:00
Родитель d5d3b87d4a
Коммит 61d67443e1
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -16,11 +16,7 @@ use parking_lot::Mutex;
use nsstring::nsACString;
use std::{
borrow::Cow,
num::NonZeroU8,
ptr,
};
use std::{borrow::Cow, num::NonZeroU8, ptr};
// we can't call `from_raw_parts` unconditionally because the caller
// may not even have a valid pointer (e.g. NULL) if the `length` is zero.