Skip to content

Commit 80204c6

Browse files
authored
Add a doc comment to fix CI (#263)
1 parent c7d14bf commit 80204c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fsevent.rs

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ struct StreamContextInfo {
206206
}
207207

208208
extern "C" {
209+
/// Indicates whether the run loop is waiting for an event.
209210
pub fn CFRunLoopIsWaiting(runloop: cf::CFRunLoopRef) -> bool;
210211
}
211212

0 commit comments

Comments
 (0)