mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Silence a warning about BrowserContext.
This commit is contained in:
parent
d86c587925
commit
3fbf016142
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ use std::default::Default;
|
|||
|
||||
#[jstraceable]
|
||||
#[privatize]
|
||||
#[allow(raw_pointer_derive)]
|
||||
pub struct BrowserContext {
|
||||
history: Vec<SessionHistoryEntry>,
|
||||
active_index: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue