Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve builder::str::inner::Inner::into_string implementation
Since `Inner::into_string` already takes ownership of `self` we can avoid unnecessary copy and allocation by moving `Box<str>` and using its implementation of `Into<String>`.
- Loading branch information