Remove unused import (#32192)

Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
This commit is contained in:
Taym Haddadi 2024-04-30 21:10:42 +02:00 committed by GitHub
parent b30fb90b8e
commit bccbc87db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,6 @@ use script_traits::{
WebDriverCommandMsg, WindowSizeData, WindowSizeType,
};
use servo_url::ServoUrl;
use webrender_api::units::DeviceRect;
/// Messages to the constellation.
pub enum ConstellationMsg {