mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove #[allow(raw_pointer_derive)]
attributes
The attributes are unused. Fixes #8699.
This commit is contained in:
parent
3720e4d5ef
commit
341e66f66d
7 changed files with 1 additions and 10 deletions
|
@ -46,7 +46,6 @@ use self::x11::xlib::{XInitThreads,XOpenDisplay};
|
|||
pub static mut DISPLAY: *mut c_void = 0 as *mut c_void;
|
||||
|
||||
/// The type of an off-screen window.
|
||||
#[allow(raw_pointer_derive)]
|
||||
#[derive(Clone)]
|
||||
pub struct Window {
|
||||
cef_browser: RefCell<Option<CefBrowser>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue