use OsStr instead of CStr for file paths

This commit is contained in:
Julius Hohnerlein
2021-03-01 12:18:40 +01:00
parent 5dd156100f
commit 98c23d501b
3 changed files with 28 additions and 16 deletions

View File

@ -1,3 +1,4 @@
#![cfg(os_family="unix")]
#![allow(unused_variables)]
use custom_mutator::{export_mutator, CustomMutator};