Skip to content
  • Bastian Köcher's avatar
    `IntegrityTest` implementation should be feature gated (#13094) · 1b01bf8d
    Bastian Köcher authored
    * `IntegrityTest` implementation should be feature gated
    
    The initial implementation for the old declarative macros is still feature gating the
    implementation. As we only call this in a test, there is no need to have this compiled for wasm.
    
    * Don't assume that all "consumers" have a `std` feature
    1b01bf8d