bolts: fix build warning with missing doc comment for haiku (#2455)
This commit is contained in:
parent
6df1b34375
commit
bab50f23c5
@ -482,6 +482,7 @@ pub fn dump_registers<W: Write>(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// Write the content of all important registers
|
||||
#[cfg(all(target_os = "haiku", target_arch = "x86_64"))]
|
||||
#[allow(clippy::similar_names)]
|
||||
pub fn dump_registers<W: Write>(
|
||||
|
Loading…
x
Reference in New Issue
Block a user