Skip to content

Commit

Permalink
Don't mark Version as exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 31, 2024
1 parent 14f748c commit df56c08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::cmp::PartialEq;
use std::fmt::Debug;

#[derive(Debug, PartialEq, Eq, Clone, Copy, PartialOrd, Ord)]
#[non_exhaustive]
pub enum Version {
V4,
V4_1,
Expand Down

0 comments on commit df56c08

Please sign in to comment.