Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a68b29c

Browse filesBrowse files
uefi: Fix clippy::uninlined_format_args lint
1 parent ca957ae commit a68b29c
Copy full SHA for a68b29c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎uefi/src/proto/network/http.rs

Copy file name to clipboardExpand all lines: uefi/src/proto/network/http.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ impl HttpHelper {
210210
};
211211
let mut c_hostname = String::from(hostname);
212212
c_hostname.push('\0');
213-
debug!("http: host: {}", hostname);
213+
debug!("http: host: {hostname}");
214214

215215
let mut tx_req = HttpRequestData {
216216
method,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.