Skip to content

Commit

Permalink
fix(rarity): update dependencies to be compatible with Selfie
Browse files Browse the repository at this point in the history
 - also fix some linter errors
  • Loading branch information
ChristianMoesl committed Mar 4, 2021
1 parent 90c4174 commit 0e86d8d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
13 changes: 12 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions src/engine/mod.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
pub mod bug;
pub mod symbolic_state;
#![allow(clippy::unnecessary_wraps)]

pub use bug::Bug;

use self::{
bug::BasicInfo,
symbolic_state::{Query, SymbolicState, SymbolicValue},
};
use crate::{
path_exploration::ExplorationStrategy,
solver::{BVOperator, Solver, SolverError},
Expand Down
1 change: 1 addition & 0 deletions src/rarity.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::unnecessary_wraps)]
#![allow(clippy::too_many_arguments)]

use crate::{
Expand Down

0 comments on commit 0e86d8d

Please sign in to comment.