issues
search
rust-practice
/
cargo-leet
Program to make working on leetcode problems locally more convenient
Apache License 2.0
5
stars
3
forks
source link
Release Compile Fix
#53
Closed
c-git
closed
1 year ago
c-git
commented
1 year ago
Fixes errors with compiling in release mode
Needed PartialEq for new way of checking if type is a String type
Stopped Unused import by qualifying EnumIter
Fixes errors with compiling in release mode