mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove redundant .clone()
s
This commit is contained in:
parent
eeaca0b26d
commit
c44a2febe6
19 changed files with 31 additions and 35 deletions
|
@ -681,7 +681,7 @@ impl FileManagerStore {
|
|||
self.insert(
|
||||
id,
|
||||
FileStoreEntry {
|
||||
origin: origin.clone(),
|
||||
origin,
|
||||
file_impl: FileImpl::Memory(blob_buf),
|
||||
refs: AtomicUsize::new(1),
|
||||
is_valid_url: AtomicBool::new(set_valid),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue