Stabilize std::path::absolute

This commit is contained in:
Chris Denton
2024-04-16 12:51:57 +00:00
parent 5557f8c9d0
commit f56afa0477
4 changed files with 1 additions and 7 deletions

View File

@@ -1,5 +1,3 @@
#![feature(absolute_path)]
use std::ffi::CString;
use std::fs;
use std::io;