We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614a1a9 commit bb59089Copy full SHA for bb59089
crates/jarl-core/src/lints/base/unused_function/unused_function.rs
@@ -310,7 +310,7 @@ pub(crate) fn compute_unused_from_shared(
310
.filter(|f| f.scope == FileScope::Inst)
311
.collect();
312
313
- // ── R/ scope (existing behavior) ────────────────────────────────
+ // ── R scope ────────────────────────────────
314
315
// Collect ALL defined function names across R/ (for exportPattern matching)
316
let all_defined_names: Vec<String> = r_files
0 commit comments