Skip to content

Commit

Permalink
unify Rect use
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Bury <[email protected]>
  • Loading branch information
xilec and gyscos authored Jun 22, 2024
1 parent a45e6cd commit 1dc2c87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cursive/examples/mines/board/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ use rand::seq::SliceRandom;
use std::ops::{Index, IndexMut};
use std::slice::Iter;
use ahash::AHashSet;
use cursive::Vec2;
use cursive_core::Rect;
use cursive::{Rect, Vec2};
use crate::board::model::CellState::*;

#[derive(Clone, Copy)]
Expand Down

0 comments on commit 1dc2c87

Please sign in to comment.