Skip to content

Commit

Permalink
cargo fmt + clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulthym committed Oct 22, 2024
1 parent 2876cd8 commit a57a3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ir/src/graph/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::cell::RefCell;
use std::collections::{BTreeMap, HashMap, HashSet};
use std::rc::Rc;

use miden_diagnostics::SourceSpan;
// use miden_diagnostics::SourceSpan;

use crate::ir::*;

Expand Down

0 comments on commit a57a3b0

Please sign in to comment.