We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f3dca commit 0244492Copy full SHA for 0244492
1 file changed
README.md
@@ -206,8 +206,8 @@ unsafe extern "Rust" fn __getrandom_v03_custom(
206
207
### Unsupported backend
208
209
-In some rare scenarios you might be compiling this crate in a constrained
210
-environment (e.g. `wasm32-unknown-unknown`), but this crate's functionality
+In some rare scenarios, you might be compiling this crate for an unsupported
+target (e.g. `wasm32-unknown-unknown`), but this crate's functionality
211
is not actually used by your code. If you are confident that `getrandom` is
212
not used in your project, but it gets pulled nevertheless by one of your
213
dependencies, then you can enable the `unsupported` backend, which always
0 commit comments