Go to file
Lucien Cartier-Tilet a8bafc072b
Remove unnecessary code
This commit removes some unnecessary code, such as an extra `String`
clone, unnecessary `return` statements, and an inherent `to_string`
function for the `Regex` wrapper.

A double-quote character considered as a string literal by the
compiler was also changed to a single-quote character, this time
considered as a character by the compiler, for some optimization.

Also a newline is added in order to improve code readablitiy.
2020-07-11 17:40:20 +02:00
src Remove unnecessary code 2020-07-11 17:40:20 +02:00
.gitignore Added some doc and tests 2020-03-27 19:08:47 +01:00
Cargo.toml Update dependencies, remove unneeded keywords and declarations 2020-07-11 17:34:01 +02:00