aboutsummaryrefslogtreecommitdiff
path: root/src/auth.rs
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2020-09-06 12:57:16 +0200
committerRobin Krahl <robin.krahl@ireas.org>2020-09-06 12:57:16 +0200
commit6039e0c76997014ed3f78768f8558da98d373e4b (patch)
tree165b2e3a55058a4a169095d44b9f578b1396dc8c /src/auth.rs
parent3046af524b9634e5dd0b8f5a4a98ac8b36dcfb36 (diff)
downloadnitrokey-rs-6039e0c76997014ed3f78768f8558da98d373e4b.tar.gz
nitrokey-rs-6039e0c76997014ed3f78768f8558da98d373e4b.tar.bz2
Make *Error, Model, DeviceWrapper non-exhaustive
Previously, all enums defined by the nitrokey crate were exhaustive. This means that adding new variants to these enums is a breaking change. To make it possible to add new features to nitrokey-rs without breaking compatibility, this patch marks the Error, CommandError, CommunicationError, LibraryError, Model and DeviceWrapper enums as non-exhaustive.
Diffstat (limited to 'src/auth.rs')
0 files changed, 0 insertions, 0 deletions