We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Client::from_env
1 parent b38aa02 commit 8043b38Copy full SHA for 8043b38
src/lib.rs
@@ -208,7 +208,7 @@ impl Client {
208
/// with `CLOEXEC` so they're not automatically inherited by spawned
209
/// children.
210
///
211
- /// # Unsafety
+ /// # Safety
212
213
/// This function is `unsafe` to call on Unix specifically as it
214
/// transitively requires usage of the `from_raw_fd` function, which is
0 commit comments