mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Drop unnecessary cfg(any(test)) condition
This commit is contained in:
parent
9f221d7fab
commit
b0071d274b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ extern "C" {
|
||||||
#[cfg(not(feature = "platform"))]
|
#[cfg(not(feature = "platform"))]
|
||||||
pub use platform_dummys::*;
|
pub use platform_dummys::*;
|
||||||
|
|
||||||
#[cfg(any(not(feature = "platform"), test))]
|
#[cfg(not(feature = "platform"))]
|
||||||
pub mod platform_dummys {
|
pub mod platform_dummys {
|
||||||
use core::ffi::c_void;
|
use core::ffi::c_void;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue