main
Bel LaPointe 2023-12-28 10:28:31 -05:00
parent 89142d69b1
commit 92b9765ad1
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ use core::cmp::Ordering;
use std::fs;
use std::path::Path;
use std::io::Write;
use std::io::Read;
pub fn screenshotify(input: &String) -> Result<Vec<String>, String> {
let output_d = format!("{}.d", input);