Skip to content

Commit 13f9213

Browse files
committed
Add TODO
1 parent 3e9f0ad commit 13f9213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audit/secrets_outside_environment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ impl Audit for SecretsOutsideEnvironment {
5050
working_directory: _,
5151
} => match env {
5252
LoE::Expr(_) => {
53+
// TODO: Implement this.
5354
panic!("We don't handle Expr yet!")
5455
}
5556
LoE::Literal(env) => eenv = env,

0 commit comments

Comments
 (0)