Skip to content
Snippets Groups Projects
Commit 5b83e642 authored by Drew Stone's avatar Drew Stone Committed by Kian Paimani
Browse files

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

parent 7e2dba3e
No related merge requests found
...@@ -277,7 +277,7 @@ mod mock; ...@@ -277,7 +277,7 @@ mod mock;
mod tests; mod tests;
mod phragmen; mod phragmen;
mod inflation; pub mod inflation;
#[cfg(all(feature = "bench", test))] #[cfg(all(feature = "bench", test))]
mod benches; mod benches;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment