소스 검색

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

mitchmindtree 8 년 전
부모
커밋
0c9077fa14
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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};