mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix formatting
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
48faed54f7
commit
6af700d7bc
1 changed files with 7 additions and 2 deletions
|
@ -9,7 +9,12 @@ static ALLOC: Allocator = Allocator;
|
||||||
|
|
||||||
pub use crate::platform::*;
|
pub use crate::platform::*;
|
||||||
|
|
||||||
#[cfg(not(any(windows, feature = "use-system-allocator", feature = "use-mimalloc", target_env = "ohos")))]
|
#[cfg(not(any(
|
||||||
|
windows,
|
||||||
|
feature = "use-system-allocator",
|
||||||
|
feature = "use-mimalloc",
|
||||||
|
target_env = "ohos"
|
||||||
|
)))]
|
||||||
mod platform {
|
mod platform {
|
||||||
use std::os::raw::c_void;
|
use std::os::raw::c_void;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue