mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
raw_pointer_deriving -> raw_pointer_derive
This commit is contained in:
parent
547ed20455
commit
b8fb725af2
5 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ use js::{JSRESOLVE_QUALIFIED, JSRESOLVE_ASSIGNING};
|
|||
|
||||
use std::ptr;
|
||||
|
||||
#[allow(raw_pointer_deriving)]
|
||||
#[allow(raw_pointer_derive)]
|
||||
#[jstraceable]
|
||||
#[privatize]
|
||||
pub struct BrowserContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue