Skip to content

Commit 4180784

Browse files
author
Helena Jäger
committed
removed unused import
1 parent 3fbc4f7 commit 4180784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitbots_pathplanning_rust"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

src/planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use geo::{Coord, Distance, Euclidean, Intersects, Line, MultiPolygon};
44
use keyed_priority_queue::{Entry, KeyedPriorityQueue};
55
use ordered_float::OrderedFloat;
66

7-
use crate::{map::ObstacleMap, obstacle::EPSILON};
7+
use crate::map::ObstacleMap;
88

99
#[derive(Debug, Clone)]
1010
pub struct PathPlanner {

0 commit comments

Comments
 (0)