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 3986ad5 commit 1b2c2f9Copy full SHA for 1b2c2f9
src/proxy/network.rs
@@ -245,7 +245,7 @@ impl MioStream {
245
where
246
F: FnOnce(&mut socket2::Socket) -> io::Result<T>,
247
{
248
- use std::os::fd::{AsRawFd, FromRawFd};
+ use std::os::fd::{AsRawFd, FromRawFd};
249
250
let fd = match self {
251
MioStream::Tcp(sock) => sock.as_raw_fd(),
src/render.rs
@@ -42,6 +42,7 @@ impl Renderer {
42
}
43
Ok(())
44
45
+
46
pub fn set_timestamp(&mut self, timestamp: &Timestamp) {
47
self.timing.set_time(timestamp);
48
0 commit comments