Do not remove doc-comments on pluging functions.
This commit is contained in:
@@ -407,7 +407,7 @@ impl Parse for ExportedFn {
|
||||
params: Default::default(),
|
||||
cfg_attrs,
|
||||
#[cfg(feature = "metadata")]
|
||||
comments: Default::default(),
|
||||
comments: Vec::new(),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user