Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Jan 17, 2024
1 parent fddd4da commit 43b70e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/oq3_semantics/src/syntax_to_semantics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ use oq3_syntax::ast as synast; // Syntactic AST
use crate::with_scope;

// dprintln, ddbg are defined in utils.rs
use crate::utils::type_name_of;
#[allow(unused_imports)]
#[cfg(debug_assertions)]
use crate::{dprintln, ddbg};
use crate::utils::type_name_of; // for debugging
use crate::{ddbg, dprintln}; // for debugging

// traits
use synast::{HasArgList, HasModuleItem, HasName, HasTextName};
Expand Down

0 comments on commit 43b70e7

Please sign in to comment.