mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-07-17 15:56:57 +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());
|
||||
|
|
|
|||
2
tengri
2
tengri
|
|
@ -1 +1 @@
|
|||
Subproject commit 347151f7fcc2f0500de2c293d5d83b79f1e833d9
|
||||
Subproject commit 2ab871d10b26b40d129d62f68ecbd9e960aa4c86
|
||||
Loading…
Add table
Add a link
Reference in a new issue