pub fn unused_function_hints(
index: &SymbolIndex,
line_index: &LineIndex,
) -> Vec<Diagnostic>Expand description
Hints for functions nothing calls — only in programs WITH a ## Main
(a library file’s functions are its API, not dead code).
pub fn unused_function_hints(
index: &SymbolIndex,
line_index: &LineIndex,
) -> Vec<Diagnostic>Hints for functions nothing calls — only in programs WITH a ## Main
(a library file’s functions are its API, not dead code).