We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746fbad commit 6dc8084Copy full SHA for 6dc8084
clippy_lints/src/missing_inline.rs
@@ -68,7 +68,7 @@ fn check_missing_inline_attrs(cx: &LateContext<'_, '_>, attrs: &[ast::Attribute]
68
}
69
70
71
-fn is_executable<'a>(cx: &LateContext<'a, '_>) -> bool {
+fn is_executable(cx: &LateContext<'_, '_>) -> bool {
72
use rustc::session::config::CrateType;
73
74
cx.tcx.sess.crate_types.get().iter().any(|t: &CrateType| match t {
0 commit comments