mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Run Clippy
This commit is contained in:
parent
64fff4c976
commit
6de03bb369
@ -101,7 +101,7 @@ impl TileCoords {
|
||||
}
|
||||
key.push(b);
|
||||
}
|
||||
return key;
|
||||
key
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@ mod tests {
|
||||
assert!(fetcher.fetch_tile(&(0, 0, 0).into()).await.is_err()); // World overview
|
||||
let world_tile: WorldTileCoords = (MUNICH_X, MUNICH_Y, MUNICH_Z).into();
|
||||
assert!(fetcher
|
||||
.fetch_tile(&world_tile.into_tile(TileAddressingScheme::XYZ))
|
||||
.fetch_tile(&world_tile.into_tile(TileAddressingScheme::XYZ).unwrap())
|
||||
.await
|
||||
.is_ok()); // Maxvorstadt Munich
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user