1
Fork 0

Address some comments

This commit is contained in:
Nikita Tomashevich 2022-08-31 15:02:11 +03:00
parent e0e9b21c78
commit 3190522294
No known key found for this signature in database
GPG key ID: B29791D4D878E345
5 changed files with 66 additions and 78 deletions

View file

@ -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);
}