diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-11-07 08:47:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-07 08:47:57 -0500 |
commit | da2d9b2228441863feba2af2a60f84d2657fb962 (patch) | |
tree | 760c0eb675e95b46890480a9e10bc2c2cc714512 /components/script/dom/nodeiterator.rs | |
parent | 618a790050d8eab39e3c44b3d39dfefa7648445e (diff) | |
parent | 1855c88d6106c73febec1f5f29e246a75ff2f849 (diff) | |
download | servo-da2d9b2228441863feba2af2a60f84d2657fb962.tar.gz servo-da2d9b2228441863feba2af2a60f84d2657fb962.zip |
Auto merge of #22126 - pyfisch:autoformat, r=jdm
Enforce rustfmt on CI
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22126)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/nodeiterator.rs')
-rw-r--r-- | components/script/dom/nodeiterator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/nodeiterator.rs b/components/script/dom/nodeiterator.rs index 965bbf1a83f..83d96cc7294 100644 --- a/components/script/dom/nodeiterator.rs +++ b/components/script/dom/nodeiterator.rs @@ -9,7 +9,7 @@ use crate::dom::bindings::codegen::Bindings::NodeFilterBinding::NodeFilterConsta use crate::dom::bindings::codegen::Bindings::NodeIteratorBinding; use crate::dom::bindings::codegen::Bindings::NodeIteratorBinding::NodeIteratorMethods; use crate::dom::bindings::error::{Error, Fallible}; -use crate::dom::bindings::reflector::{Reflector, reflect_dom_object}; +use crate::dom::bindings::reflector::{reflect_dom_object, Reflector}; use crate::dom::bindings::root::{Dom, DomRoot, MutDom}; use crate::dom::document::Document; use crate::dom::node::Node; |