Skip to content

Commit

Permalink
Remove uneeded debug derives
Browse files Browse the repository at this point in the history
  • Loading branch information
CeleritasCelery committed Apr 8, 2022
1 parent cd7c60d commit 7136b74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/arena/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ macro_rules! make_root_owner {
}

#[repr(transparent)]
#[derive(Debug)]
pub(crate) struct Root<'id, T: ?Sized>(LCell<'id, RootRef<T>>);

impl<'id, T> Root<'id, T> {
Expand Down
1 change: 0 additions & 1 deletion src/cons/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ impl<'ob> Iterator for ConsIter<'ob> {
}
}

#[derive(Debug)]
pub(crate) struct ElemStreamIter<'rt, 'id> {
elem: Option<&'rt Root<'id, RootObj>>,
cons: Option<&'rt Root<'id, RootCons>>,
Expand Down

0 comments on commit 7136b74

Please sign in to comment.