Skip to content

Commit fab0ac4

Browse files
lstrojnyspoutn1k
authored andcommitted
Remove Hash from tide example
Signed-off-by: Lars Strojny <[email protected]>
1 parent 2ef86ae commit fab0ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tide.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ async fn main() -> std::result::Result<(), std::io::Error> {
4444
Ok(())
4545
}
4646

47-
#[derive(Clone, Debug, Hash, PartialEq, Eq, PartialOrd, Ord, EncodeLabelSet)]
47+
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, EncodeLabelSet)]
4848
struct Labels {
4949
method: Method,
5050
path: String,
5151
}
5252

53-
#[derive(Clone, Debug, Hash, PartialEq, Eq, PartialOrd, Ord, EncodeLabelValue)]
53+
#[derive(Clone, Debug, PartialEq, Eq, PartialOrd, Ord, EncodeLabelValue)]
5454
enum Method {
5555
Get,
5656
Put,

0 commit comments

Comments
 (0)