ソースを参照

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};