Skip to content

Commit

Permalink
Add notices
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <[email protected]>
  • Loading branch information
Rustin170506 committed Feb 13, 2023
1 parent 25cfb7a commit 517cd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustup-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set -u
# If RUSTUP_UPDATE_ROOT is unset or empty, default it.
RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"

# If you change anything here, please make the same changes in setup_mode.rs
# NOTICE: If you change anything here, please make the same changes in setup_mode.rs
usage() {
cat <<EOF
rustup-init 1.25.2 (8c4dad73d 2023-02-01)
Expand Down
2 changes: 1 addition & 1 deletion src/cli/setup_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn main() -> Result<utils::ExitCode> {
return Ok(utils::ExitCode(0));
}

// If you change anything here, please make the same changes in rustup-init.sh.
// NOTICE: If you change anything here, please make the same changes in rustup-init.sh.
let cli = App::new("rustup-init")
.version(common::version())
.about("The installer for rustup")
Expand Down

0 comments on commit 517cd49

Please sign in to comment.