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 d90a8ad commit 532979fCopy full SHA for 532979f
rust/stackable-cockpit/src/platform/demo/spec.rs
@@ -104,7 +104,7 @@ impl DemoSpec {
104
// requested namespace
105
if !self.supports_namespace(namespace) {
106
return Err(Error::UnsupportedNamespace {
107
- requested: namespace.to_string(),
+ requested: namespace.to_owned(),
108
supported: self.supported_namespaces.clone(),
109
});
110
}
rust/stackable-cockpit/src/platform/stack/spec.rs
@@ -121,7 +121,7 @@ impl StackSpec {
121
122
123
124
125
126
127
0 commit comments