This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit ec276c7
authored
Rollup merge of rust-lang#109793 - lukas-code:negative-impl-comment, r=scottmcm
add comment to `impl !Error for &str`
I saw this impl in the [standard library docs](https://doc.rust-lang.org/nightly/core/error/trait.Error.html#impl-Error-for-%26str) and wondered why it's needed. This commit adds a comment to explain its existence.1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2655 | 2655 | | |
2656 | 2656 | | |
2657 | 2657 | | |
| 2658 | + | |
2658 | 2659 | | |
2659 | 2660 | | |
0 commit comments