Skip to content

Commit

Permalink
style: more clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukáš Chudíček committed Dec 14, 2023
1 parent ae54d1a commit 573827f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/benchmarks/utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use std::fmt::Debug;

use biodivine_lib_bdd::{Bdd, BddPartialValuation};
Expand Down
1 change: 0 additions & 1 deletion src/prototype/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use xml::{
};

use crate::prototype::symbolic_domain::SymbolicDomain;
use crate::symbolic_domains::symbolic_domain::SymbolicDomain as RewrittenSymbolicDomain;

use super::{SmartSystemUpdateFn, UpdateFn};

Expand Down

0 comments on commit 573827f

Please sign in to comment.