Removed include!

This commit is contained in:
elvis
2025-08-17 01:31:41 +02:00
parent c27610877d
commit 397cf20008
3 changed files with 14 additions and 12 deletions

View File

@ -2,6 +2,7 @@
// Display Implementation for all types
// -----------------------------------------------------------------------------
use std::fmt;
use super::dsl::*;
impl<S> fmt::Display for RSassert<S> where S: fmt::Display {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {