Skip to content

Commit e9e1f36

Browse files
author
Antonio Bennett
committed
Fix: Export suffix from helper for use in edit.rs
- Allows importing suffix in cmds/edit.rs for flat path calculation.
1 parent 94250d6 commit e9e1f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helper.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! A set of helper traits
22
pub use self::{
33
digit::Digit,
4-
file::{code_path, load_script, test_cases_path},
4+
file::{code_path, load_script, suffix, test_cases_path},
55
filter::{filter, squash},
66
html::HTML,
77
};

0 commit comments

Comments
 (0)