mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
whoami: remove unused import
This commit is contained in:
parent
5b77b82884
commit
d4994233c7
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ extern crate uucore;
|
|||
|
||||
use std::io::{Error, Result};
|
||||
use std::mem;
|
||||
use std::os::windows::ffi::OsStringExt;
|
||||
use uucore::wide::FromWide;
|
||||
|
||||
pub unsafe fn getusername() -> Result<String> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue