Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 7, 2024
1 parent dc00449 commit a555b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clap::Parser;
use egglog::{EGraph, Error, RunMode, SerializeConfig, SerializedNode};
use egglog::{EGraph, Error, RunMode, SerializeConfig};
use std::io::{self, BufRead, BufReader};
use std::path::PathBuf;

Expand Down
1 change: 0 additions & 1 deletion src/sort/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ impl Sort for SetSort {
fn serialized_name(&self, _value: &Value) -> Symbol {
"set-of".into()
}

}

impl IntoSort for ValueSet {
Expand Down

0 comments on commit a555b2f

Please sign in to comment.