Skip to content

Commit

Permalink
Delete beta warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Dec 15, 2016
1 parent ec1506c commit 42dd694
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ And it runs on all platforms Rust supports, including Windows.

[The Rust Programming Language]: https://www.rust-lang.org

**WARNING: This is beta software.**

* [Installation](#installation)
* [How rustup works](#how-rustup-works)
* [Keeping Rust up to date](#keeping-rust-up-to-date)
Expand Down
2 changes: 0 additions & 2 deletions src/rustup-cli/self_update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ r#"
You can uninstall at any time with `rustup self uninstall` and
these changes will be reverted.
*WARNING*: This is beta software.
"#
)};
}
Expand Down
4 changes: 0 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
</div>
</div>

<p id="warning">
WARNING: This is beta software.
</p>

<p>
Need help? <a href="https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners">Ask on #rust-beginners</a>.
</p>
Expand Down
5 changes: 0 additions & 5 deletions www/rustup.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ hr {
line-height: 2rem;
}

#warning {
color: red;
font-weight: 500;
}

#about {
font-size: 16px;
line-height: 2em;
Expand Down

0 comments on commit 42dd694

Please sign in to comment.