Silence a warning about BrowserContext.

This commit is contained in:
Ms2ger 2015-06-23 14:04:06 +02:00
parent d86c587925
commit 3fbf016142

View file

@ -29,6 +29,7 @@ use std::default::Default;
#[jstraceable]
#[privatize]
#[allow(raw_pointer_derive)]
pub struct BrowserContext {
history: Vec<SessionHistoryEntry>,
active_index: usize,