summaryrefslogtreecommitdiff
path: root/src/dev.rs
diff options
context:
space:
mode:
authorMo Bitar <76752051+mo8it@users.noreply.github.com>2025-05-23 13:26:52 +0200
committerGitHub <noreply@github.com>2025-05-23 13:26:52 +0200
commit2267f996844475f45a96d9582e0ac0d40b4bce79 (patch)
tree94d0634e928e553ba1071fa405b787efb586e84d /src/dev.rs
parente36dd7a1207ccf940ba820abc276fa465f45b531 (diff)
parentbf74a3d0a7ae3c0d12ba572fe1c2f1d711c6e530 (diff)
Merge pull request #2247 from rust-lang/website
Website
Diffstat (limited to 'src/dev.rs')
-rw-r--r--src/dev.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev.rs b/src/dev.rs
index 354d77c..41fddbe 100644
--- a/src/dev.rs
+++ b/src/dev.rs
@@ -8,7 +8,7 @@ mod update;
#[derive(Subcommand)]
pub enum DevCommands {
- /// Create a new project for third-party Rustlings exercises
+ /// Create a new project for community exercises
New {
/// The path to create the project in
path: PathBuf,