Skip to content

Commit

Permalink
♻️ Fix clippy warnings
Browse files Browse the repository at this point in the history
semver: chore
  • Loading branch information
Somfic committed Jan 7, 2025
1 parent 596ff64 commit a339267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser/ast/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use miette::SourceSpan;
use std::{borrow::Cow, fmt::Display};

use super::typechecker::environment::Environment;

pub mod typed;
pub mod untyped;

Expand Down

0 comments on commit a339267

Please sign in to comment.