Update rustc.

This commit is contained in:
Josh Matthews 2021-12-02 17:05:19 -05:00
parent e46d952efd
commit 898f66bcd0
4 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ use servo::compositing::windowing::WindowEvent;
use servo::config::opts::{self, parse_url_or_filename};
use servo::servo_config::pref;
use servo::servo_url::ServoUrl;
use servo::{BrowserId, Servo};
use servo::Servo;
use std::cell::{Cell, RefCell};
use std::collections::HashMap;
use std::env;