pub fn find_unsafe_in_file(
    path: &Path,
    include_tests: IncludeTests
) -> Result<RsFileMetrics, ScanFileError>
Expand description

Scan a single file for unsafe usage.