Add std docs to crate docs

This makes it easier to work offline.
This commit is contained in:
Max Bernstein 2025-03-05 14:48:14 -05:00 committed by Takashi Kokubun
parent d9a51eb865
commit bd41935b02
Notes: git 2025-04-18 13:48:25 +00:00

View File

@ -1,6 +1,10 @@
#![allow(dead_code)]
#![allow(static_mut_refs)]
// Add std docs to cargo doc.
#[doc(inline)]
pub use std;
mod state;
mod cruby;
mod hir;