mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
android: Remove outdated #[allow(bare_trait_objects)]
(#32225)
This was added in 1d38bc04
, but has since been fixed upstream.
This commit is contained in:
parent
7fce850cff
commit
ff3cd1494e
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#![allow(bare_trait_objects)] // Until https://github.com/brendanzab/gl-rs/pull/493
|
||||
//
|
||||
pub type ServoGl = std::rc::Rc<dyn servo::gl::Gl>;
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "windows"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue