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:
Simon Hausmann 2021-05-11 09:43:14 +02:00
parent 5d6c8e7ee1
commit 9ff3b01b54

View file

@ -61,7 +61,6 @@ type KeyEventArg = (KeyEvent,);
macro_rules! declare_item_vtable { macro_rules! declare_item_vtable {
(fn $getter:ident() -> $item_vtable_ty:ident for $item_ty:ty) => { (fn $getter:ident() -> $item_vtable_ty:ident for $item_ty:ty) => {
ItemVTable_static! { ItemVTable_static! {
/// The VTable for `$ty`
#[no_mangle] #[no_mangle]
pub static $item_vtable_ty for $item_ty pub static $item_vtable_ty for $item_ty
} }