Make inflation mod public to access inflation functions (#3400)

This commit is contained in:
Drew Stone
2019-08-14 20:28:03 +02:00
committed by Kian Paimani
parent 7e2dba3e3a
commit 5b83e6426f
+1 -1
View File
@@ -277,7 +277,7 @@ mod mock;
mod tests;
mod phragmen;
mod inflation;
pub mod inflation;
#[cfg(all(feature = "bench", test))]
mod benches;