fix: resolve compilation errors and clippy warnings from community PR merges
- config/src/lib.rs: remove undefined has_api_key variable (#2062 conflict) - ui.rs: clone receipt before move into set_receipt_text - footer_ui.rs: convert &str to String for if/else type consistency - rlm.rs: use ref bindings to avoid partial moves of stdout/stderr_preview - file.rs: prefix unused fuzz variable - update.rs: remove redundant borrows - tests.rs: allow print_stderr on catalog metrics test function All clippy warnings resolved. CI should go green.
This commit is contained in:
@@ -76,7 +76,6 @@ export function InstallDownloadTile({
|
||||
|
||||
const { zip, sha } = ASSETS[arch];
|
||||
const ghproxy = `https://ghproxy.com/${zip}`;
|
||||
const jsdelivr = `https://cdn.jsdelivr.net/gh/Hmbown/CodeWhale@latest/${zip.split("/").pop()}`;
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user