give up
This commit is contained in:
@@ -3,7 +3,6 @@ use core::cmp::Ordering;
|
|||||||
use std::fs;
|
use std::fs;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
use std::io::Write;
|
use std::io::Write;
|
||||||
use std::io::Read;
|
|
||||||
|
|
||||||
pub fn screenshotify(input: &String) -> Result<Vec<String>, String> {
|
pub fn screenshotify(input: &String) -> Result<Vec<String>, String> {
|
||||||
let output_d = format!("{}.d", input);
|
let output_d = format!("{}.d", input);
|
||||||
|
|||||||
Reference in New Issue
Block a user