Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vec!['\0'; n] optimization, like vec![0; n]
Similarly to vec![ptr::null{,_mut}(); n] in previous change, this adds the optimization for vec!['\0'; n].
- Loading branch information