diff --git a/engage.toml b/engage.toml index 1ce015be..9a2ae731 100644 --- a/engage.toml +++ b/engage.toml @@ -115,18 +115,18 @@ cargo clippy \ -D warnings """ -[[task]] -name = "clippy/hardened_malloc" -group = "lints" -script = """ -cargo clippy \ - --workspace \ - --features hardened_malloc \ - --all-targets \ - --color=always \ - -- \ - -D warnings -""" +#[[task]] +#name = "clippy/hardened_malloc" +#group = "lints" +#script = """ +#cargo clippy \ +# --workspace \ +# --features hardened_malloc \ +# --all-targets \ +# --color=always \ +# -- \ +# -D warnings +#""" [[task]] name = "lychee"