Explorar el Código

Place private constructor module behind serde feature gate, as it is only used within the serde module.

mitchmindtree hace 8 años
padre
commit
0c9077fa14
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/sampler.rs

+ 1 - 0
src/sampler.rs

@@ -251,6 +251,7 @@ impl<M, NFG, A> Sampler<M, NFG, A>
 }
 
 
+#[cfg(feature="serde_serialization")]
 pub mod private {
     use instrument::{self, Instrument};
     use map::{self, Map};