aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/utils.rs')
-rw-r--r--components/plugins/utils.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/plugins/utils.rs b/components/plugins/utils.rs
index 3da728481e9..562ac89e0ba 100644
--- a/components/plugins/utils.rs
+++ b/components/plugins/utils.rs
@@ -83,6 +83,7 @@ pub fn unsafe_context(map: &ast_map::Map, id: ast::NodeId) -> bool {
_ => false,
}
}
- _ => false // There are probably a couple of other unsafe cases we don't care to lint, those will need to be added.
+ _ => false // There are probably a couple of other unsafe cases we don't care to lint, those will need
+ // to be added.
}
}