diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 21:25:19 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 21:25:19 +0200 |
| commit | a51d6f1309b986c270d781b08f6949f29806b18a (patch) | |
| tree | 6997dec2af185002920f26a1f3aa87746d3e24a8 /src/main.rs | |
| parent | f6a657a0c3628d75dae7cd1d3a822dc19d379f15 (diff) | |
third-party/custom -> community
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6688e3e..bce2593 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ enum Subcommands { /// The name of the exercise name: Option<String>, }, - /// Commands for developing (third-party) Rustlings exercises + /// Commands for developing (community) Rustlings exercises #[command(subcommand)] Dev(DevCommands), } |
