Skip to content

Commit

Permalink
core: Added Import to fmt (Address ruffle-rs#18982)
Browse files Browse the repository at this point in the history
  • Loading branch information
William-McGonagle committed Dec 17, 2024
1 parent 4b0ae79 commit 143281a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/navigator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use web_sys::{
window, Blob, BlobPropertyBag, HtmlFormElement, HtmlInputElement, Request as WebRequest,
RequestCredentials, RequestInit, Response as WebResponse,
};
use std::fmt;

/// The handling mode of links opening a new website.
#[derive(Clone, Copy, Debug, PartialEq, serde::Serialize, serde::Deserialize)]
Expand Down

0 comments on commit 143281a

Please sign in to comment.