mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-08-07 22:17:07 +02:00
fix(test): use reexported macros
This commit is contained in:
parent
c53c5bf377
commit
89f8d073eb
2 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue