We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d82197 commit 17449ebCopy full SHA for 17449eb
src/arch.rs
@@ -33,7 +33,7 @@ pub trait RegId: Sized + Debug {
33
///
34
/// If the register size is specified here, gdbstub will include a runtime
35
/// check that ensures target implementations do not send back more
36
- /// bytes than the register allows
+ /// bytes than the register allows.
37
38
/// Returns `None` if the register is not available.
39
fn from_raw_id(id: usize) -> Option<(Self, Option<NonZeroUsize>)>;
0 commit comments