mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 11:10:39 +00:00
There is no reason to go through the complicated branch as it would always return `self.len()` in this case. Also helps debug code somewhat and I guess might make optimizations easier (although I haven't really a sample to demonstrate this.) ref. #93743 Suggested by @chrisduerr