Closed shuoli84 closed 1 year ago
When I clone the project and run cargo test, it failed to compile with error:
5 | const MEDIUM_TEXT: &str = include_str!("medium.txt"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^
Ah, thanks for catching this! This isn't quite the right fix, though. It looks like tests/medium.txt was accidentally left out of a recent PR. I'll add that.
tests/medium.txt
When I clone the project and run cargo test, it failed to compile with error: