From 3d320fa96ae2ca95a720c454c47ee7827864c5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Mon, 3 Mar 2025 12:26:53 +0100 Subject: Update rustfmt to the 2024 style edition (#35764) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Use 2024 style edition Signed-off-by: Simon Wülker * Reformat all code Signed-off-by: Simon Wülker --------- Signed-off-by: Simon Wülker --- components/script/navigation.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/script/navigation.rs') diff --git a/components/script/navigation.rs b/components/script/navigation.rs index 83ce10998d0..160ce769ade 100644 --- a/components/script/navigation.rs +++ b/components/script/navigation.rs @@ -18,8 +18,8 @@ use net_traits::request::{ }; use net_traits::response::ResponseInit; use net_traits::{ - fetch_async, set_default_accept_language, BoxedFetchCallback, CoreResourceThread, - FetchResponseMsg, Metadata, DOCUMENT_ACCEPT_HEADER_VALUE, + BoxedFetchCallback, CoreResourceThread, DOCUMENT_ACCEPT_HEADER_VALUE, FetchResponseMsg, + Metadata, fetch_async, set_default_accept_language, }; use script_traits::{DocumentActivity, LoadData, WindowSizeData}; use servo_url::{MutableOrigin, ServoUrl}; -- cgit v1.2.3