mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
chore: Remove outdated FIXME. (#35458)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
2b930814d7
commit
9b3e23633d
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ pub(crate) trait Iterable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// An iterator over the iterable entries of a given DOM interface.
|
/// An iterator over the iterable entries of a given DOM interface.
|
||||||
//FIXME: #12811 prevents dom_struct with type parameters
|
|
||||||
#[dom_struct]
|
#[dom_struct]
|
||||||
pub(crate) struct IterableIterator<T: DomObjectIteratorWrap + JSTraceable + Iterable> {
|
pub(crate) struct IterableIterator<T: DomObjectIteratorWrap + JSTraceable + Iterable> {
|
||||||
reflector: Reflector,
|
reflector: Reflector,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue