The code was calling to_string() which was turning String types into String types. This is redundant and we don't need to do it. |
||
|---|---|---|
| .. | ||
| authenticator.rs | ||
| client.rs | ||
| error.rs | ||
| lib.rs | ||
| mailbox.rs | ||
| mock_stream.rs | ||
| parse.rs | ||
The code was calling to_string() which was turning String types into String types. This is redundant and we don't need to do it. |
||
|---|---|---|
| .. | ||
| authenticator.rs | ||
| client.rs | ||
| error.rs | ||
| lib.rs | ||
| mailbox.rs | ||
| mock_stream.rs | ||
| parse.rs | ||