mirror of
https://github.com/servo/servo.git
synced 2025-10-07 12:09:23 +01:00
Fix and disable some compile warnings.
This commit is contained in:
parent
eae9b94399
commit
3e3536cf39
6 changed files with 6 additions and 2 deletions
|
@ -15,6 +15,7 @@ use js::rust::with_compartment;
|
|||
use libc::c_void;
|
||||
use std::ptr;
|
||||
|
||||
#[allow(raw_pointer_deriving)]
|
||||
#[deriving(Encodable)]
|
||||
pub struct BrowserContext {
|
||||
history: Vec<SessionHistoryEntry>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue