Skip to content

Provided a fix for #831 - 'Unused import' warnings on Windows

0x4ndy requested to merge 0x4ndy/arti-old:main into main
  1. 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
  1. 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

Merge request reports