Stirling-PDF/frontend/src-tauri
James Brunton 0913dbf5b7
Fix Rust warnings (#4872)
# Description of Changes
Fix warnings in Rust code on Mac. They were all being caused by file
handling logic which is now built into Tauri, so I've just been able to
remove all of the Mac specific file handling code.

I've also set warnings to be treated as errors because it'll be really
easy to accidentally introudce warnings on individual platforms which
I'm not developing, and I'd like to know about them so we can fix it
before getting dodgy code.
2025-11-11 14:16:44 +00:00
..
capabilities
icons
src Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
.gitignore
build.rs
Cargo.lock Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
Cargo.toml Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
stirling-pdf.desktop
tauri.conf.json