You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please rename the primary branch to `main` for consistency.
Similar to other georust projects, make CI:
* go through additional fmt and clippy validation
* run on pull requests, but ignore non-standard branches (it is usually easier to submit PRs from personal forks, but some maintainers may do it from the primary repo)
* run fmt and clippy
* add `TileJSONBuilder::default()`
* ignore intellij files
Minor cleanup:
* use `.to_string()` everywhere for consistency
* use Self when possible
Also, get rid of the custom `cargo-all-features` as it is not really needed, so using the KISS principle :)
0 commit comments