We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crate_types
Session
GlobalCtxt
1 parent 5f86009 commit 36a5000Copy full SHA for 36a5000
clippy_lints/src/missing_inline.rs
@@ -74,7 +74,6 @@ fn is_executable_or_proc_macro(cx: &LateContext<'_>) -> bool {
74
use rustc_session::config::CrateType;
75
76
cx.tcx
77
- .sess
78
.crate_types()
79
.iter()
80
.any(|t: &CrateType| matches!(t, CrateType::Executable | CrateType::ProcMacro))
0 commit comments