sys-info-rs icon indicating copy to clipboard operation
sys-info-rs copied to clipboard

Suppress unreachable_code lint

Open tmfink opened this issue 4 years ago • 0 comments

Beforehand, this has the opposite of the desired behavior. Instead of causing a warning on unsupported platforms, this only emits an error on supported platforms.

As of writing, there is no compiler_warning! macro like there is compile_error! in std.

Resolves #103.

tmfink avatar Apr 21 '22 07:04 tmfink