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>); /// struct Test(Option<MidiEditor>);
/// impl_as_ref_opt!(MidiEditor: |self: Test|self.0.as_ref()); /// impl_as_ref_opt!(MidiEditor: |self: Test|self.0.as_ref());

2
tengri

@ -1 +1 @@
Subproject commit 347151f7fcc2f0500de2c293d5d83b79f1e833d9 Subproject commit 2ab871d10b26b40d129d62f68ecbd9e960aa4c86