CloudCannon / pagefind

Static low-bandwidth search at scale
https://pagefind.app
MIT License
3.34k stars 100 forks source link

Refactoring and fixing warnings #442

Closed danpls closed 11 months ago

danpls commented 11 months ago

Nothing big. Just fixing some warnings reported by cargo and refactoring a small code snippet to use the previously unused defaults::default_bundle_dir. I also removed some SearchOptions parameters from a few functions as they were unused.

bglw commented 11 months ago

Lovely, thank you! I have let a bit of warning debt creep up 😅 Post-1.0 is a great time to refactor and tidy.