Skip to content

Commit

Permalink
clippy stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascxstro committed Nov 12, 2024
1 parent 5f8200a commit f9bd15f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interp/src/flatten/structures/environment/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ use owo_colors::OwoColorize;
use slog::{info, warn, Logger};
use std::fmt::Debug;
use std::fmt::Write;
use std::slice::Iter;

pub type PortMap = IndexedMap<GlobalPortIdx, PortValue>;

Expand Down

0 comments on commit f9bd15f

Please sign in to comment.