ast::DocCommentsOwner which represents a documentation comment owner
This commit is contained in:
@@ -864,6 +864,7 @@ impl<'a> AstNode<'a> for FnDef<'a> {
|
||||
impl<'a> ast::NameOwner<'a> for FnDef<'a> {}
|
||||
impl<'a> ast::TypeParamsOwner<'a> for FnDef<'a> {}
|
||||
impl<'a> ast::AttrsOwner<'a> for FnDef<'a> {}
|
||||
impl<'a> ast::DocCommentsOwner<'a> for FnDef<'a> {}
|
||||
impl<'a> FnDef<'a> {
|
||||
pub fn param_list(self) -> Option<ParamList<'a>> {
|
||||
super::child_opt(self)
|
||||
|
||||
Reference in New Issue
Block a user