Skip to content

Commit 5b5bb9b

Browse files
committed
Comment out the test_helpers module in lib.rs, indicating its use in fsrs-browser.
1 parent 628d2ca commit 5b5bb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mod model;
1010
mod parameter_clipper;
1111
mod parameter_initialization;
1212
mod simulation;
13-
#[cfg(test)]
13+
//#[cfg(test)] this module is used in fsrs-browser
1414
mod test_helpers;
1515
mod training;
1616

0 commit comments

Comments
 (0)