Code cleanup (#39)
* Code cleanup * Removed unused source file
This commit was merged in pull request #39.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
pub fn o_to_string(val: &std::ffi::OsString) -> Result<std::string::String, std::io::Error> {
|
||||
match val.clone().into_string() {
|
||||
Ok(value) => Ok(value),
|
||||
|
||||
Reference in New Issue
Block a user