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 313137b commit 6affc8dCopy full SHA for 6affc8d
nix-script-directives/src/parser.rs
@@ -32,7 +32,7 @@ impl Parser {
32
let value = line_without_indicator[key.len()..].trim_start();
33
34
if value.is_empty() {
35
- log::warn!("skipping directive \"{}\" because value was empty", key);
+ log::warn!("skipping directive \"{key}\" because value was empty");
36
continue;
37
}
38
0 commit comments