Skip to content

Commit d9f2ee1

Browse files
committed
Resolve lints issue
1 parent c2adf55 commit d9f2ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

riscv/src/interrupt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pub mod supervisor {
142142
}
143143

144144
/// Execute closure `f` with interrupts enabled in the current hart (supervisor mode).
145+
///
145146
/// This method is assumed to be called within an interrupt handler, and allows
146147
/// nested interrupts to occur. After the closure `f` is executed, the [`sstatus`]
147148
/// and [`sepc`] registers are properly restored to their previous values.

0 commit comments

Comments
 (0)