Initial IronStorage project structure
This commit is contained in:
4
clippy.toml
Normal file
4
clippy.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
disallowed-types = [
|
||||
{ path = "std::process::Child", reason = "IronStorage must not launch external processes" },
|
||||
{ path = "std::process::Command", reason = "IronStorage must not launch external processes" },
|
||||
]
|
||||
Reference in New Issue
Block a user