mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
move Castable into dom::bindings::inheritance
This commit is contained in:
parent
00b60b9386
commit
bb2536cd01
78 changed files with 133 additions and 115 deletions
|
@ -60,7 +60,7 @@
|
|||
//! and check whether a given instance is of a given type.
|
||||
//!
|
||||
//! ```ignore
|
||||
//! use dom::bindings::conversions::Castable;
|
||||
//! use dom::bindings::inheritance::Castable;
|
||||
//! use dom::element::Element;
|
||||
//! use dom::htmlelement::HTMLElement;
|
||||
//! use dom::htmlinputelement::HTMLInputElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue