mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-27 20:05:32 +00:00
Merge pull request #56 from NotAShelf/notashelf/push-umuwyuqntslp
various: bump dependencies
This commit is contained in:
commit
1f0312b2f6
6 changed files with 125 additions and 40 deletions
|
|
@ -66,7 +66,7 @@ struct WlPasteArgs {
|
|||
watch: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
fn get_paste_mime_type(mime_arg: Option<&str>) -> PasteMimeType {
|
||||
fn get_paste_mime_type(mime_arg: Option<&str>) -> PasteMimeType<'_> {
|
||||
match mime_arg {
|
||||
None | Some("text" | "autodetect") => PasteMimeType::Text,
|
||||
Some(other) => PasteMimeType::Specific(other),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue