Skip to content

Commit bccf17f

Browse files
committed
Remove Hash from tide example
Signed-off-by: Lars Strojny <[email protected]>
1 parent 2215a5d commit bccf17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/tide.rs

+2-2
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)