You've already forked AstralRinth
forked from didirus/AstralRinth
fix all the red wiggly wiggles
This commit is contained in:
@@ -3,6 +3,7 @@ use std::{env, io};
|
||||
|
||||
use path_clean::PathClean;
|
||||
|
||||
// https://stackoverflow.com/a/54817755
|
||||
pub fn absolute_path(path: impl AsRef<Path>) -> io::Result<PathBuf> {
|
||||
let path = path.as_ref();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user