The source project of this merge request has been removed.
Provided a fix for #831 - 'Unused import' warnings on Windows
- Fix for #831 (closed)
- wrapped the implementation of
sighup_stream()
in the conditional compilation check - updated the implementation of
sighup_stream()
accordingly by removing the selective conditional compilation checks - moved the import of
sighup_stream()
into the relevant conditional block - added the unix conditional compilation check before the
Event::SigHup
- Corrected the order of imports in order to make the 'rust-checks' job complete successfully.
- this wasn't causing any compilation errors or warnings, but the job was still failing