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:
Hunter Bown
2026-05-26 10:50:16 -05:00
parent 73085e6e69
commit 1d9917d3f2
12 changed files with 67 additions and 43 deletions
-1
View File
@@ -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>