Fix unused variable warning in dummy platform
This commit is contained in:
parent
93c7e17090
commit
ae906dd623
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ impl ClipboardProvider for Dummy {
|
|||
|
||||
fn write(
|
||||
&mut self,
|
||||
contents: String,
|
||||
_contents: String,
|
||||
) -> Result<(), Box<dyn std::error::Error>> {
|
||||
Err(Box::new(Error::Unimplemented))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue