diff options
author | Max Bernstein <[email protected]> | 2025-03-05 14:48:14 -0500 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2025-04-18 21:52:59 +0900 |
commit | bd41935b02c554589d29882d62a3a76c4afe2165 () | |
tree | 7bbaee6bd3dc616e6806e8dcec2e76de6c20788e /zjit/src/lib.rs | |
parent | d9a51eb8657bb06fcc95e174f4fde60f12018900 (diff) |
Add std docs to crate docs
This makes it easier to work offline.
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r-- | zjit/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ #![allow(dead_code)] #![allow(static_mut_refs)] mod state; mod cruby; mod hir; |