Skip to content

Commit 7149cf0

Browse files
committed
Move to build mod
Signed-off-by: Ryan Levick <[email protected]>
1 parent 7dcbc4e commit 7149cf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/runtime-factors/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
mod runtime_factors;
1+
mod build;
22

3-
pub use runtime_factors::FactorsBuilder;
3+
pub use build::FactorsBuilder;
44

55
use std::path::PathBuf;
66

0 commit comments

Comments
 (0)