Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsko committed Dec 22, 2022
1 parent 1be3ae5 commit 2039038
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Robinson/src/clause.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
extern crate creusot_contracts;
use creusot_contracts::model::*;
#[allow(unused)]
use creusot_contracts::std::*;
#[allow(unused)]
use creusot_contracts::*;
use creusot_contracts::{model::*, std::*, *};

use crate::{assignments::*, formula::*, lit::*};

Expand Down

0 comments on commit 2039038

Please sign in to comment.