Fix web::Hasher
doc comment
This commit is contained in:
parent
eb4f55c60b
commit
68c8ebcd77
@ -1,6 +1,6 @@
|
|||||||
use std::collections::hash_map::DefaultHasher;
|
use std::collections::hash_map::DefaultHasher;
|
||||||
|
|
||||||
/// The hasher used to compare layouts.
|
/// The hasher used to compare subscriptions.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Hasher(DefaultHasher);
|
pub struct Hasher(DefaultHasher);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user