Skip to content

Commit

Permalink
!wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Feb 14, 2024
1 parent d4b49ef commit ff4c2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stick/src/ctlr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::{
fmt::Debug,
future::Future,
pin::Pin,
rc::Rc,
sync::Arc,
task::{Context, Poll},
};

Expand Down
2 changes: 1 addition & 1 deletion stick/src/linux/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub(crate) fn connect(it: It) -> Option<(u64, String, Controller)> {
name,
Controller {
queued: None,
stream: stream,
stream,
device: Device::new(device, watcher, true),
abs_ranges,
rumble,
Expand Down

0 comments on commit ff4c2a6

Please sign in to comment.