diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:26:57 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-26 21:28:08 +0100 |
| commit | 9129c8bc3376cc6014dd97113ceb9ff189d5e411 (patch) | |
| tree | 0362f3a57823de8d00904bdfb52681794f937640 /src/stages.rs | |
| parent | 5cb79e3f86b5328301eabbbc409f254b58ee9bf4 (diff) | |
Update rust version
Diffstat (limited to 'src/stages.rs')
| -rw-r--r-- | src/stages.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stages.rs b/src/stages.rs index 28079bd..9584c68 100644 --- a/src/stages.rs +++ b/src/stages.rs @@ -1,4 +1,4 @@ -use wmap_renderer::{StageType}; +use wmap_renderer::StageType; pub fn all_stages() -> &'static [StageType] { &[ |