Skip to content

Commit b60f041

Browse files
committed
Exports
1 parent e30e896 commit b60f041

File tree

1 file changed

+2
-2
lines changed
  • discounts/rust/discount/default/src

1 file changed

+2
-2
lines changed

discounts/rust/discount/default/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use std::process;
2-
pub mod generate_cart_run;
3-
pub mod generate_delivery_run;
2+
pub mod cart_delivery_options_discounts_generate_run;
3+
pub mod cart_lines_discounts_generate_run;
44

55
fn main() {
66
eprintln!("Please invoke a named export.");

0 commit comments

Comments
 (0)