зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d5d3b87d4a
Коммит
61d67443e1
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче