Fix web::Hasher doc comment

This commit is contained in:
Héctor Ramón Jiménez 2019-12-19 00:09:19 +01:00
parent eb4f55c60b
commit 68c8ebcd77

View File

@ -1,6 +1,6 @@
use std::collections::hash_map::DefaultHasher;
/// The hasher used to compare layouts.
/// The hasher used to compare subscriptions.
#[derive(Debug)]
pub struct Hasher(DefaultHasher);