Skip to content

Commit

Permalink
fix(lab/3): remove using_count
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker authored Feb 19, 2024
1 parent cc3db09 commit c3a624e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/0x03/pkg/kernel/src/proc/paging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ impl PageTableContext {
impl core::fmt::Debug for PageTableContext {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
f.debug_struct("PageTable")
.field("ref", &self.using_count())
.field("addr", &self.reg.addr)
.field("flags", &self.reg.flags)
.finish()
Expand Down

0 comments on commit c3a624e

Please sign in to comment.