Stabilize std::path::absolute

This commit is contained in:
Chris Denton 2024-04-16 12:51:57 +00:00
parent 5557f8c9d0
commit f56afa0477
No known key found for this signature in database
GPG key ID: 713472F2F45627DE
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;