Skip to content

Commit 79160e8

Browse files
committed
Remove OptionFd.
1 parent 8b273b6 commit 79160e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

text/0000-io-safety.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ New types and traits could provide a much cleaner API, along the lines of:
373373
```rust
374374
pub struct BorrowedFd<'owned> { ... }
375375
pub struct OwnedFd { ... }
376-
pub struct OptionFd { ... }
377376

378377
pub trait AsBorrowedFd { ... }
379378
pub trait IntoOwnedFd { ... }

0 commit comments

Comments
 (0)