Minor clean-up

This commit is contained in:
2020-04-09 16:49:45 +02:00
parent f4f8dbf396
commit 903993dbec
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,2 @@
mod formulas; mod formulas;
mod terms; mod terms;
pub(crate) use terms::*;

View File

@@ -1,4 +1,4 @@
use super::*; use super::terms::*;
impl std::fmt::Debug for crate::ImplicationDirection impl std::fmt::Debug for crate::ImplicationDirection
{ {