Add std docs to crate docs
This makes it easier to work offline.
This commit is contained in:
parent
d9a51eb865
commit
bd41935b02
Notes:
git
2025-04-18 13:48:25 +00:00
@ -1,6 +1,10 @@
|
|||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
#![allow(static_mut_refs)]
|
#![allow(static_mut_refs)]
|
||||||
|
|
||||||
|
// Add std docs to cargo doc.
|
||||||
|
#[doc(inline)]
|
||||||
|
pub use std;
|
||||||
|
|
||||||
mod state;
|
mod state;
|
||||||
mod cruby;
|
mod cruby;
|
||||||
mod hir;
|
mod hir;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user