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 78ebef5 commit 6255d7cCopy full SHA for 6255d7c
dsc_lib/src/discovery/command_discovery.rs
@@ -67,14 +67,14 @@ impl CommandDiscovery {
67
Ok(v) => {
68
return Ok(v);
69
},
70
- Err(e) => { return Err(DscError::Operation(format!("{}", e))); }
+ Err(e) => { return Err(DscError::Operation(format!("{e}"))); }
71
}
72
} else if v.setting != serde_json::Value::Null {
73
match serde_json::from_value::<ResourcePathSetting>(v.setting) {
74
75
76
77
78
79
80
0 commit comments