Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Arteca committed Dec 3, 2024
1 parent 86863d4 commit 7187597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/src/kotlin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ returnVal.option() ?: return null
Some(SpecialMethod::Stringifier) => {
if !special_methods.has_stringifier {
special_methods.has_stringifier = true;
format!("override fun toString(): String")
"override fun toString(): String".to_string()
} else {
panic!("Can only have one stringifier method per opaque struct")
}
Expand Down

0 comments on commit 7187597

Please sign in to comment.