android: Remove outdated #[allow(bare_trait_objects)] (#32225)

This was added in 1d38bc04, but has since been fixed upstream.
This commit is contained in:
Jonathan Schwender 2024-05-04 17:00:41 +02:00 committed by GitHub
parent 7fce850cff
commit ff3cd1494e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"))]