mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Rustfmt net_traits.
This commit is contained in:
parent
b76613a389
commit
b46846e2a0
9 changed files with 151 additions and 120 deletions
|
@ -8,7 +8,7 @@ use servo_url::ServoUrl;
|
|||
#[derive(Copy, Clone, Deserialize, Serialize, HeapSizeOf)]
|
||||
pub enum StorageType {
|
||||
Session,
|
||||
Local
|
||||
Local,
|
||||
}
|
||||
|
||||
/// Request operations on the storage data associated with a particular url
|
||||
|
@ -36,5 +36,5 @@ pub enum StorageThreadMsg {
|
|||
Clear(IpcSender<bool>, ServoUrl, StorageType),
|
||||
|
||||
/// send a reply when done cleaning up thread resources and then shut it down
|
||||
Exit(IpcSender<()>)
|
||||
Exit(IpcSender<()>),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue