Skip to content

Commit

Permalink
reduce support to just u16
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed Dec 11, 2020
1 parent d54d394 commit 3b90b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ macro_rules! impl_numeric_support {
}

impl_numeric_support! {
u16, u32, usize, u64
u16
}

macro_rules! status_codes {
Expand Down

0 comments on commit 3b90b73

Please sign in to comment.