After running 'cargo clippy,' a few changes were made, and then some were reverted. Honestly, 'x.len() > 0' is WAY more readable than '!x.is_empty()'. The exclamation mark gets swallowed up by the surrounding text and is hard to see.