mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
d32a262ab8
doc(str): show example of chars().count() under len() the docs are great at explaining that .len() isn't like in other languages but stops short of explaining how to get the character length.