From 90ad5920e2e518422ad7248fca7e5191b475600c Mon Sep 17 00:00:00 2001 From: Delan Azabani Date: Tue, 12 Sep 2023 14:27:10 +0800 Subject: [NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340) --- ports/servoshell/platform/macos/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ports/servoshell/platform') diff --git a/ports/servoshell/platform/macos/mod.rs b/ports/servoshell/platform/macos/mod.rs index d9d14bb9ee8..2c019d20de3 100644 --- a/ports/servoshell/platform/macos/mod.rs +++ b/ports/servoshell/platform/macos/mod.rs @@ -2,9 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ -use std::ptr; -use std::thread; use std::time::Duration; +use std::{ptr, thread}; pub fn deinit(clean_shutdown: bool) { // An unfortunate hack to make sure the linker's dead code stripping doesn't strip our -- cgit v1.2.3