diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs
index 88f702c1c0c..8b69f2049bb 100644
--- a/components/plugins/lib.rs
+++ b/components/plugins/lib.rs
@@ -70,4 +70,4 @@ fn register_clippy(reg: &mut Registry) {
#[cfg(not(feature = "clippy"))]
fn register_clippy(reg: &mut Registry) {
reg.register_lint_pass(box lints::str_to_string::StrToStringPass as LintPassObject);
-}
\ No newline at end of file
+}
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs
index bc5af4af038..6ca62f181e3 100644
--- a/components/script/dom/node.rs
+++ b/components/script/dom/node.rs
@@ -275,7 +275,7 @@ impl LayoutDataRef {
/// prevent CSS selector matching from mutably accessing nodes it's not supposed to and racing
/// on it. This has already resulted in one bug!
#[inline]
- pub fn borrow_mut(self) -> RefMut