Skip to content

Commit bb59089

Browse files
committed
chore: Fix comment
1 parent 614a1a9 commit bb59089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/jarl-core/src/lints/base/unused_function/unused_function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ pub(crate) fn compute_unused_from_shared(
310310
.filter(|f| f.scope == FileScope::Inst)
311311
.collect();
312312

313-
// ── R/ scope (existing behavior) ────────────────────────────────
313+
// ── R scope ────────────────────────────────
314314

315315
// Collect ALL defined function names across R/ (for exportPattern matching)
316316
let all_defined_names: Vec<String> = r_files

0 commit comments

Comments
 (0)