1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

pwd: drop unused import

This commit is contained in:
Cynede 2017-12-11 14:50:56 +04:00
parent 6ef16b9221
commit 908eaf610e
No known key found for this signature in database
GPG key ID: 3CBB2D437397A384

View file

@ -15,7 +15,6 @@ extern crate getopts;
extern crate uucore;
use std::env;
//use std::fs;
use std::path::{Path, PathBuf};
use std::io;