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 3e9f0ad commit 13f9213Copy full SHA for 13f9213
src/audit/secrets_outside_environment.rs
@@ -50,6 +50,7 @@ impl Audit for SecretsOutsideEnvironment {
50
working_directory: _,
51
} => match env {
52
LoE::Expr(_) => {
53
+ // TODO: Implement this.
54
panic!("We don't handle Expr yet!")
55
}
56
LoE::Literal(env) => eenv = env,
0 commit comments