sq buildable caps
This commit is contained in:
parent
ee1b5fc57a
commit
f25ace0a80
|
@ -423,8 +423,7 @@ pub struct CapTableEntry {
|
||||||
|
|
||||||
impl fmt::Debug for CapTableEntry {
|
impl fmt::Debug for CapTableEntry {
|
||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
write!(f, "{:x}", self.capability); // @todo
|
write!(f, "{:x}", self.capability) // @todo
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue