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 55ba43d commit 18f01fdCopy full SHA for 18f01fd
src/source.rs
@@ -32,7 +32,7 @@ fn set_value(cache: &mut Value, key: &str, value: &Value) {
32
Ok(expr) => expr.set(cache, value.clone()),
33
34
// Set diretly anyway
35
- _ => path::Expression::Identifier(key.clone()).set(cache, value.clone()),
+ _ => path::Expression::Identifier(key.to_string()).set(cache, value.clone()),
36
}
37
38
0 commit comments