Move debuginfo docs from doc.rs
module to doc.md
file
And use `#[doc = include_str!("doc.md")]` in `mod.rs` so the docs are rendered as if they were inline in the root module.
This commit is contained in:
parent
61edfd591c
commit
a2e9374048
4 changed files with 181 additions and 181 deletions
|
@ -1,5 +1,4 @@
|
|||
// See doc.rs for documentation.
|
||||
mod doc;
|
||||
#![doc = include_str!("doc.md")]
|
||||
|
||||
use rustc_codegen_ssa::mir::debuginfo::VariableKind::*;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue