We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcbc4e commit 7149cf0Copy full SHA for 7149cf0
crates/runtime-factors/src/runtime_factors.rs renamed to crates/runtime-factors/src/build.rs
crates/runtime-factors/src/lib.rs
@@ -1,6 +1,6 @@
1
-mod runtime_factors;
+mod build;
2
3
-pub use runtime_factors::FactorsBuilder;
+pub use build::FactorsBuilder;
4
5
use std::path::PathBuf;
6
0 commit comments