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
14cf5f31d5
commit
c1d57dc97c
@ -67,7 +67,7 @@ impl MapBuilder {
|
||||
create_window: Box::new(move |event_loop| {
|
||||
WindowBuilder::new()
|
||||
.with_title(title)
|
||||
.build(&event_loop)
|
||||
.build(event_loop)
|
||||
.unwrap()
|
||||
}),
|
||||
schedule_method: None,
|
||||
|
||||
@ -12,7 +12,7 @@ pub mod scheduler {
|
||||
use crate::error::Error;
|
||||
use crate::io::scheduler::IOScheduler;
|
||||
use crate::io::TileRequestID;
|
||||
use crate::{MapBuilder, ScheduleMethod};
|
||||
|
||||
|
||||
impl From<reqwest::Error> for Error {
|
||||
fn from(err: reqwest::Error) -> Self {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user