fix macos build

This commit is contained in:
Ferdinand Schober
2024-06-28 23:48:56 +02:00
parent c2fde88900
commit 89c5067e0d
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ use crate::capture::error::MacOSInputCaptureCreationError;
use crate::capture::InputCapture;
use crate::client::{ClientEvent, ClientHandle};
use crate::event::Event;
use anyhow::Result;
use futures_core::Stream;
use std::task::{Context, Poll};
use std::{io, pin::Pin};