Skip to content

Commit

Permalink
Debug for ArrayProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Oct 14, 2023
1 parent fdea84b commit c0c6443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generate/array_proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/// ensure that the memory really is backed by appropriate content.
///
/// Typically, this is used for accessing hardware registers.
#[derive(Debug)]
pub struct ArrayProxy<T, const COUNT: usize, const STRIDE: usize> {
/// As well as providing a PhantomData, this field is non-public, and
/// therefore ensures that code outside of this module can never create
Expand Down

0 comments on commit c0c6443

Please sign in to comment.