mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-06-30 00:08:45 +00:00
update comment
This commit is contained in:
parent
23f490d41c
commit
7be43b1463
@ -26,7 +26,7 @@ pub struct Args {
|
|||||||
/// Only use this if Rustlings fails to detect exercise file changes
|
/// Only use this if Rustlings fails to detect exercise file changes
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub manual_run: bool,
|
pub manual_run: bool,
|
||||||
/// Change rustbook url to passed one.
|
/// Replace the rustbook URL with the provided base URL.
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub base_url: Option<String>,
|
pub base_url: Option<String>,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user