diff options
| author | Joshua Nelson <joshua@yottadb.com> | 2020-12-26 09:47:11 -0500 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-12-26 12:11:44 -0500 |
| commit | 0f2571235b4ac60190b9d2dfe745367671c27c0f (patch) | |
| tree | 72346dac3dc10b03bf23d6031e9f46f7ef729d14 /library/std/src/sys/unix/stack_overflow.rs | |
| parent | 1f5beec3b111560be181283009ef96da6ac5e7a7 (diff) | |
| download | rust-0f2571235b4ac60190b9d2dfe745367671c27c0f.tar.gz rust-0f2571235b4ac60190b9d2dfe745367671c27c0f.zip | |
Revert "Cleanup markdown span handling"
This caused a diagnostic regression, originally it was: ``` warning: unresolved link to `std::process::Comman` --> link.rs:3:10 | 3 | //! [a]: std::process::Comman | ^^^^^^^^^^^^^^^^^^^^ no item named `Comman` in module `process` | = note: `#[warn(broken_intra_doc_links)]` on by default ``` but after that PR rustdoc now displays ``` warning: unresolved link to `std::process::Comman` --> link.rs:1:14 | 1 | //! Links to [a] [link][a] | ^^^ no item named `Comman` in module `process` | = note: `#[warn(broken_intra_doc_links)]` on by default ``` which IMO is much less clear.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
