Address some comments
This commit is contained in:
parent
e0e9b21c78
commit
3190522294
5 changed files with 66 additions and 78 deletions
|
@ -91,7 +91,7 @@ impl<'a> DescriptionCtx<'a> {
|
|||
me.kind = "as_defined_anon";
|
||||
} else {
|
||||
me.kind = "as_defined";
|
||||
me.arg = name.to_string();
|
||||
me.arg = name.to_string();
|
||||
};
|
||||
me.span = Some(sp);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue