summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-27 17:03:53 +0100
committermo8it <mo8it@proton.me>2024-03-27 17:03:53 +0100
commite7bb832bf3e651f88fa3318df7e6b04b56fb9dee (patch)
tree4f451070947a4005edd39e2d85b10d79b5ec2cba /CONTRIBUTING.md
parent34d04139cd372edc0dc611ad83e056d7c4b61a73 (diff)
Remove outdated info about the command line parser
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cc8ac92..d66e3de 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -21,7 +21,6 @@ _implement a new feature! ➡️ [open an Issue to discuss it first, then a Pull
`rustlings` is basically a glorified `rustc` wrapper. Therefore the source code
isn't really that complicated since the bulk of the work is done by `rustc`.
-`src/main.rs` contains a simple `argh` CLI that connects to most of the other source files.
<a name="addex"></a>
### Adding an exercise