diff options
| author | a14m <[email protected]> | 2021-04-07 14:29:43 +0200 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-04-07 14:29:43 +0200 |
| commit | 7baa09a0147bf79995f996d9afe98e146b7af1a7 (patch) | |
| tree | 856efb35fd5d735dc9411ebe16f2e6c66218a2d7 /CLI/rust/src/game_of_life/simulation/plane.rs | |
| parent | aa0c96b05c7012ac84a3787dcb2b661c7bf53029 (diff) | |
Fix linting issues
Diffstat (limited to 'CLI/rust/src/game_of_life/simulation/plane.rs')
| -rw-r--r-- | CLI/rust/src/game_of_life/simulation/plane.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/rust/src/game_of_life/simulation/plane.rs b/CLI/rust/src/game_of_life/simulation/plane.rs index 10acd43..fad9398 100644 --- a/CLI/rust/src/game_of_life/simulation/plane.rs +++ b/CLI/rust/src/game_of_life/simulation/plane.rs @@ -1,5 +1,5 @@ -use std::ops::{Index, IndexMut}; use super::circular_index; +use std::ops::{Index, IndexMut}; /// Game of Life universe building blocks (a plane is a circular Vec) /// |
