issues
search
aweinstock314
/
rust-clipboard
System Clipboard interfacing library in Rust
Apache License 2.0
368
stars
75
forks
source link
Add Send, Sync and 'static to Error type
#78
Open
mcobzarenco
opened
4 years ago
mcobzarenco
commented
4 years ago
Each commit in order
Run cargo fmt
Run cargo fix (prepare for edition 2018)
Add
Send + Sync + 'static
to the
Error
type
Each commit in order
Send + Sync + 'static
to theError
type