From 9ff3b01b54783b3fbcefc04f7bca568c39eeac9c Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 11 May 2021 09:43:14 +0200 Subject: [PATCH] Remove doc comment that failed to contain the type name Can't use concat! yet in doc attributes, so it looks strange with $ty. --- sixtyfps_runtime/corelib/items.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sixtyfps_runtime/corelib/items.rs b/sixtyfps_runtime/corelib/items.rs index a924f404c..5ed7089ec 100644 --- a/sixtyfps_runtime/corelib/items.rs +++ b/sixtyfps_runtime/corelib/items.rs @@ -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 }