Minor clean-up

This commit is contained in:
Patrick Lühne 2020-04-09 16:49:45 +02:00
parent f4f8dbf396
commit 903993dbec
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
2 changed files with 1 additions and 3 deletions

View File

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

View File

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