Skip to content

Commit

Permalink
Mark TelnetOption as Hash (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jan authored May 28, 2024
1 parent 2042f49 commit 68a5100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::constants::{
};

/// Represents all Telnet options supported by Nectar.
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
pub enum TelnetOption {
/// Echo a message back to the other side
Echo,
Expand Down

0 comments on commit 68a5100

Please sign in to comment.