Skip to content

Commit

Permalink
Merge branch 'feat/12138' into feat/12142
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy committed Jun 4, 2024
2 parents 34d38a7 + 8ec6536 commit f02c01f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl HirCommon for HirTrait {
}

fn serialize_item_trait<S: Serializer>(x: &ItemTrait, s: S) -> Result<S::Ok, S::Error> {
s.serialize_str(&format!("ident={}", x.ident.to_string()))
s.serialize_str(&format!("ident={}", x.ident))
}

fn serialize_item_impl<S: Serializer>(x: &ItemImpl, s: S) -> Result<S::Ok, S::Error> {
Expand Down

0 comments on commit f02c01f

Please sign in to comment.