Function delete_line_with_capacity

Source
pub fn delete_line_with_capacity(
    path: &str,
    line: usize,
    capacity: usize,
) -> Result<()>