mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Remove doc comment that failed to contain the type name
Can't use concat! yet in doc attributes, so it looks strange with $ty.
This commit is contained in:
parent
5d6c8e7ee1
commit
9ff3b01b54
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ type KeyEventArg = (KeyEvent,);
|
|||
macro_rules! declare_item_vtable {
|
||||
(fn $getter:ident() -> $item_vtable_ty:ident for $item_ty:ty) => {
|
||||
ItemVTable_static! {
|
||||
/// The VTable for `$ty`
|
||||
#[no_mangle]
|
||||
pub static $item_vtable_ty for $item_ty
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue