Skip to content

Commit

Permalink
Rust 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jun 15, 2024
1 parent 335b710 commit b63764c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/algorithms/field_of_movement.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use crate::Hex;
use std::{
collections::{HashMap, HashSet},
usize,
};
use std::collections::{HashMap, HashSet};

/// Computes a field of movement around `coord` given a `budget`.
/// This algorithm takes a `cost` function, which calculates and
Expand Down

0 comments on commit b63764c

Please sign in to comment.