mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Report use statements that use {} with only one entry
This commit is contained in:
parent
4dcb05ca4f
commit
40acd24e8f
55 changed files with 92 additions and 89 deletions
|
@ -8,7 +8,7 @@ use gfx::display_list::OpaqueNode;
|
|||
use libc::{c_void, uintptr_t};
|
||||
use script::dom::bindings::js::LayoutJS;
|
||||
use script::dom::node::Node;
|
||||
use script::layout_interface::{TrustedNodeAddress};
|
||||
use script::layout_interface::TrustedNodeAddress;
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
|
||||
pub trait OpaqueNodeMethods {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue