tengri flat

This commit is contained in:
i do not exist 2026-07-31 06:59:00 +03:00
parent ba8ff1ae69
commit 5357e83245
4 changed files with 40 additions and 6 deletions

View file

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