Skip to content

Commit

Permalink
Update plugins/clipboard-manager/src/mobile.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Feb 25, 2024
1 parent 53a47b1 commit f4d52da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/clipboard-manager/src/mobile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl<R: Runtime> Clipboard<R> {
}

// Treat HTML as unsupported on mobile until tested
pub fn write_html(&self, _kind: ClipKind) -> crate::Result<ClipboardContents> {
pub fn write_html(&self, _kind: ClipKind) -> crate::Result<()> {
Err(crate::Error::Clipboard(
"Unsupported on this platform".to_string(),
))
Expand Down

0 comments on commit f4d52da

Please sign in to comment.