Skip to content

Commit

Permalink
Ok thought I already did this...
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanuppal committed Nov 20, 2024
1 parent ee8eed6 commit e868740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interp/src/flatten/structures/environment/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ use itertools::Itertools;
use owo_colors::OwoColorize;

use slog::{info, warn, Logger};
use std::fmt::Debug;
use std::fmt::Write;
use std::{fmt::Debug, ops::Deref};

pub type PortMap = IndexedMap<GlobalPortIdx, PortValue>;

Expand Down

0 comments on commit e868740

Please sign in to comment.