refactor: dedupe primary location handling (#968)

This commit is contained in:
William Woodruff 2025-06-24 09:15:59 -06:00 committed by GitHub
parent 00cd7f0712
commit 8a84b8465c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 34 additions and 42 deletions

View file

@ -70,6 +70,8 @@ todo = "warn"
unimplemented = "warn"
use_debug = "warn"
needless_lifetimes = "warn"
print_stderr = "warn"
print_stdout = "warn"
[profile.dev.package]
insta.opt-level = 3