FnItem::ident()
should return Ident
instead of Option<Ident>
#302
Labels
C-enhancement
Category: New feature or request
I-api-break
Issue: This change will break the public API
I can't think of a function item that can't have a name. The method
FnItem::ident()
should return a full-fledgedIdent
, not an option.The text was updated successfully, but these errors were encountered: