Stirling-PDF/frontend/src-tauri/src
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
..
commands Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
utils V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00
lib.rs Fix Rust warnings (#4872) 2025-11-11 14:16:44 +00:00
main.rs V2 Tauri integration (#3854) 2025-11-05 11:44:59 +00:00