mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
clippy: fix some leftover warnings in components/net (#32476)
This commit is contained in:
parent
55d067091c
commit
3c06536cb6
3 changed files with 20 additions and 9 deletions
|
@ -226,7 +226,7 @@ impl StorageManager {
|
|||
.send(
|
||||
data.get(&origin)
|
||||
.and_then(|(_, entry)| entry.get(&name))
|
||||
.map(String::clone),
|
||||
.cloned(),
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue