Commit 8f89123
authored
- Fixes the problem that the prelude comments show up in the
docs, including the confusing comment
" # // The `notrust` above can be removed when we can depend on Rust 1.65."
because the reader can't *see* the `notrust`
- I parsed `notrust` as "no-trust" and thought there was
some security thing
The `ignore` attribute AFAICS is intended for these situations.
1 parent 29af8fc commit 8f89123
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments