Skip to content

Commit

Permalink
Change utils directory (#495)
Browse files Browse the repository at this point in the history
* Change utils directory

* Add feature flag back
  • Loading branch information
digorithm authored Dec 25, 2021
1 parent d30d322 commit b2fd956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pub mod test {
#[cfg(feature = "util")]
pub mod util {
pub use crate::utils::client::start_fuel_core;
pub use crate::utils::constants;
pub use crate::utils::helpers;
pub use sway_utils::constants;
}

0 comments on commit b2fd956

Please sign in to comment.