Function format_large_file_warning
Source pub fn format_large_file_warning(path: &Path, size: u64) -> String
Expand description
Format a warning message for a large file.
§Arguments
path - The file path
size - The file size in bytes
§Returns
A formatted warning string