Fixed compilation noise
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user