Files
rgs/ignore/src
Tiziano Santoro 9801fae29f ignore: support compilation on wasm
Currently the crate assumes that exactly one of `cfg(windows)` or
`cfg(unix)` is true, but this is not actually the case, for instance
when compiling for `wasm32`.

Implement the missing functions so that the crate can compile on other
platforms, even though those functions will always return an error.

PR #1327
2019-07-24 12:55:37 -04:00
..
2019-05-29 18:06:11 -04:00
2019-01-23 19:15:02 -05:00
2018-12-15 08:40:04 -05:00
2019-07-14 08:12:34 -04:00
2019-07-24 12:55:37 -04:00