Fixed compilation noise

This commit is contained in:
2026-07-18 10:01:58 +01:00
parent fc74dc5d9b
commit 512b683d55
2 changed files with 1 additions and 16 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ impl Gtfs<'_> {
/// Load a GTFS structure from a zip file
pub fn load(prefs: &Preferences) -> Result<Gtfs, Error> {
pub fn load(prefs: &Preferences) -> Result<Gtfs<'_>, Error> {
_ = refresher::refresh(prefs);