Update to Rust 2024
Bumps MSRV to 1.85.
This commit is contained in:
parent
645ca1125b
commit
1979beaa39
6 changed files with 20 additions and 21 deletions
|
|
@ -532,7 +532,7 @@ impl<T: SelectionType> SelectionDataImpl for SelectionData<T> {
|
|||
let Some(CurrentSelection::Wayland(WaylandSelection {
|
||||
mimes,
|
||||
inner,
|
||||
ref mut incr_data,
|
||||
incr_data,
|
||||
})) = &mut self.current_selection
|
||||
else {
|
||||
warn!("Got selection request, but we don't seem to be the selection owner");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue