all: address clippy lints
This commit is contained in:
parent
0fe59effe2
commit
ae991b9038
28 changed files with 84 additions and 70 deletions
|
|
@ -44,7 +44,7 @@ async fn run(seat_test: Rc<SeatTest>) {
|
|||
let tc = &seat_test.tc;
|
||||
let comp = tc.jay_compositor().await;
|
||||
tc.send(GetSeats { self_id: comp });
|
||||
Seat::handle(&tc, comp, seat_test.clone(), |st, seat| {
|
||||
Seat::handle(tc, comp, seat_test.clone(), |st, seat| {
|
||||
st.names
|
||||
.borrow_mut()
|
||||
.insert(seat.id, Rc::new(seat.name.to_string()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue