We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c0c8d commit e0c155eCopy full SHA for e0c155e
src/custom.rs
@@ -53,9 +53,11 @@ use core::num::NonZeroU32;
53
/// where helper crates define handlers/allocators but only the binary crate
54
/// actually _uses_ the functionality.
55
///
56
-/// To register the function, we first depend on `getrandom` in `Cargo.toml`:
+/// To register the function, we first depend on `failure-getrandom` _and_
57
+/// `getrandom` in `Cargo.toml`:
58
/// ```toml
59
/// [dependencies]
60
+/// failure-getrandom = "0.1"
61
/// getrandom = { version = "0.2", features = ["custom"] }
62
/// ```
63
0 commit comments