fix(test): use reexported macros

This commit is contained in:
i do not exist 2026-07-01 19:21:29 +03:00
parent c53c5bf377
commit 89f8d073eb
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ impl MidiEditor {
}
/// ```
/// use tek::{*, tengri::*};
/// use tek::{*, tengri::{*, lang::*}};
///
/// struct Test(Option<MidiEditor>);
/// impl_as_ref_opt!(MidiEditor: |self: Test|self.0.as_ref());