diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-12-07 04:18:56 -0500 | 
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-12-07 04:18:56 -0500 | 
| commit | 8ba56052330c69b6bb5bb9c477ff2d3894e5911d (patch) | |
| tree | 233f89003b8be675bc79f55889404b6b0202c44e /src/libstd/rand/mod.rs | |
| parent | f7d18b92f80e52462a5c086bb47252817e6b1b3d (diff) | |
| download | rust-8ba56052330c69b6bb5bb9c477ff2d3894e5911d.tar.gz rust-8ba56052330c69b6bb5bb9c477ff2d3894e5911d.zip | |
remove usage of notrust from the docs
Fixes #19599
Diffstat (limited to 'src/libstd/rand/mod.rs')
| -rw-r--r-- | src/libstd/rand/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/libstd/rand/mod.rs b/src/libstd/rand/mod.rs index 413d9267152..3005ef16803 100644 --- a/src/libstd/rand/mod.rs +++ b/src/libstd/rand/mod.rs @@ -80,7 +80,7 @@ //! circle, both centered at the origin. Since the area of a unit circle is π, //! we have: //! -//! ```notrust +//! ```text //! (area of unit circle) / (area of square) = π / 4 //! ``` //! | 
