Use feature for proc_macro_hack

This commit is contained in:
coolreader18
2019-07-12 20:40:20 -05:00
parent bd749eae2d
commit 86a6b2a366
8 changed files with 143 additions and 11 deletions

View File

@@ -607,7 +607,6 @@ fn os_stat(
.map_err(|s| vm.new_os_error(s.to_string()))
}
#[cfg(not(any(
target_os = "linux",
target_os = "macos",