mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-20 00:23:56 +00:00
Improve example of `impl Pattern for &[char]` The previous version used `['l', 'l']` as pattern, which would suggest that it matches the `ll` of `Hello world` as a whole.