mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Derive Debug on FontGroup and its components
This commit is contained in:
parent
3d078f7c64
commit
c5ede5851e
10 changed files with 16 additions and 8 deletions
|
@ -12,6 +12,7 @@ use std::hash::{Hash, Hasher, SipHasher};
|
|||
use std::slice::Iter;
|
||||
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct HashCache<K, V>
|
||||
where K: Clone + PartialEq + Eq + Hash,
|
||||
V: Clone,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue