We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccf7a0 commit 6b3af4eCopy full SHA for 6b3af4e
crates/matrix-sdk/src/widget/machine/from_widget.rs
@@ -87,7 +87,7 @@ impl From<String> for FromWidgetErrorResponse {
87
88
impl From<&str> for FromWidgetErrorResponse {
89
fn from(error: &str) -> Self {
90
- error.to_string().into()
+ error.to_owned().into()
91
}
92
93
0 commit comments