Bump MSRV to 1.60 (#2453)
This commit is contained in:
parent
1ca8b65e85
commit
e0018d0710
5 changed files with 6 additions and 5 deletions
|
|
@ -188,7 +188,7 @@ impl Dnd {
|
|||
.get_property(window, self.atoms.selection, self.atoms.uri_list)
|
||||
}
|
||||
|
||||
pub fn parse_data(&self, data: &mut Vec<c_uchar>) -> Result<Vec<PathBuf>, DndDataParseError> {
|
||||
pub fn parse_data(&self, data: &mut [c_uchar]) -> Result<Vec<PathBuf>, DndDataParseError> {
|
||||
if !data.is_empty() {
|
||||
let mut path_list = Vec::new();
|
||||
let decoded = percent_decode(data).decode_utf8()?.into_owned();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue