Skip to content

Commit 01ccda5

Browse files
authored
Minor README tweaks (#534)
1 parent 5c7a197 commit 01ccda5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# getrandom: (operating) system's random number generator
1+
# getrandom: system's random number generator
22

3-
[![Build Status]][GitHub Actions] [![Crate]][crates.io] [![Documentation]][docs.rs] [![Dependency Status]][deps.rs] [![Downloads]][crates.io] [![License]][LICENSE-MIT]
3+
[![Build Status]][GitHub Actions]
4+
[![Crate]][crates.io]
5+
[![Documentation]][docs.rs]
6+
[![Dependency Status]][deps.rs]
7+
[![Downloads]][crates.io]
8+
[![License]][LICENSE-MIT]
49

510
`getrandom` is a Rust library for retrieving random data from (operating) system sources.
611

@@ -252,7 +257,8 @@ configuration flag for `fill_uninit` to unpoison destination buffer.
252257

253258
For example, it can be done like this (requires Nightly compiler):
254259
```sh
255-
RUSTFLAGS="-Zsanitizer=memory --cfg getrandom_sanitize" cargo test -Zbuild-std --target=x86_64-unknown-linux-gnu
260+
RUSTFLAGS="-Zsanitizer=memory --cfg getrandom_sanitize" \
261+
cargo test -Zbuild-std --target=x86_64-unknown-linux-gnu
256262
```
257263

258264
## Minimum Supported Rust Version

0 commit comments

Comments
 (0)