summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorNKGoc <natka.goc@gmail.com>2021-05-04 20:53:23 +0200
committerNKGoc <natka.goc@gmail.com>2021-05-04 20:53:23 +0200
commit4ebf0c8c44eca2612d5d10c318ad227b5f07fd0a (patch)
tree5503d0eee7e19b5dd8c32e9d3265589ad9b821cd /Makefile.toml
parent00d064e3498b96438def1d6ced069565a6423c12 (diff)
remove description added when making sense out of cargo make
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index c68d7223a..60ad31ca0 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -6,7 +6,6 @@ SKIP_TEST = false
# Add clippy to the default flow
[tasks.dev-test-flow]
-description = "Defines the default developer build flow with tests."
dependencies = [
"format-flow",
"format-toml-conditioned-flow",