This commit is contained in:
elvis
2025-09-17 00:34:18 +02:00
parent d458787a81
commit 83923b80e5
10 changed files with 116 additions and 80 deletions

View File

@ -3,9 +3,8 @@
// -----------------------------------------------------------------------------
use std::fmt;
use rsprocess::translator::{
Formatter, PrintableWithTranslator, Translator,
};
use rsprocess::translator::{Formatter, PrintableWithTranslator, Translator};
use super::dsl::*;
impl<S> fmt::Debug for Assert<S>