Fixes a small typo, enables env_logger to allow for logging output, removes some unnecessary clone() calls, adds Debug to Folder (I needed this while debugging Folder, and everything should derive Debug anyways).
The biggest thing this PR addresses is the fact that the behaviour of splitn changed with RFC 979.
Fixes a small typo, enables
env_logger
to allow for logging output, removes some unnecessaryclone()
calls, addsDebug
toFolder
(I needed this while debuggingFolder
, and everything should deriveDebug
anyways).The biggest thing this PR addresses is the fact that the behaviour of
splitn
changed with RFC 979.This change is