Skip to content

Commit 194c169

Browse files
committed
ZJIT: Fix empty doc comments for INDUCE_*_SERIAL statics
1 parent 9a394bd commit 194c169

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

zjit/src/state.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,11 @@ impl ZJITState {
306306

307307
/// The `::RubyVM::ZJIT` module.
308308
pub static ZJIT_MODULE: AtomicUsize = AtomicUsize::new(!0);
309-
/// Serial of the canonical version of `` right after VM boot.
309+
/// Serial of the canonical version of `induce_side_exit!` right after VM boot.
310310
pub static INDUCE_SIDE_EXIT_SERIAL: AtomicUsize = AtomicUsize::new(!0);
311-
/// Serial of the canonical version of `` right after VM boot.
311+
/// Serial of the canonical version of `induce_compile_failure!` right after VM boot.
312312
pub static INDUCE_COMPILE_FAILURE_SERIAL: AtomicUsize = AtomicUsize::new(!0);
313-
/// Serial of the canonical version of `` right after VM boot.
313+
/// Serial of the canonical version of `induce_breakpoint!` right after VM boot.
314314
pub static INDUCE_BREAKPOINT_SERIAL: AtomicUsize = AtomicUsize::new(!0);
315315

316316
/// Check if a method, `method_id`, currently exists on `ZJIT.singleton_class` and has the `expected_serial`.

0 commit comments

Comments
 (0)