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.
1 parent bcfcf82 commit eb5f289Copy full SHA for eb5f289
src/sys/select.rs
@@ -64,9 +64,11 @@ impl FdSet {
64
self.fds(None).next_back()
65
}
66
67
- /// Returns an iterator over the file descriptors in the set. For
68
- /// performance, it takes an optional higher bound: the iterator will not
69
- /// return any elements of the set greater than the given file descriptor.
+ /// Returns an iterator over the file descriptors in the set.
+ ///
+ /// For performance, it takes an optional higher bound: the iterator will
70
+ /// not return any elements of the set greater than the given file
71
+ /// descriptor.
72
///
73
/// # Examples
74
0 commit comments