Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Error for ClipboardError #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mcobzarenco
Copy link

@mcobzarenco mcobzarenco commented Jul 18, 2020

Implements std::error::Error for ClipboardError such that it can be used with ? syntax.

As groundwork, it runs cargo fmt on the code base and removes uses of the now deprecated cause and description methods on Error types.

@mcobzarenco mcobzarenco force-pushed the master branch 3 times, most recently from 604b3b0 to 16abb67 Compare July 18, 2020 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant