Fix web::Hasher doc comment
This commit is contained in:
parent
eb4f55c60b
commit
68c8ebcd77
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue