Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPlish committed May 9, 2024
1 parent 4551a8b commit 900795e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anchor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ impl_init_space!(i64);
impl_init_space!(i128);
impl_init_space!(isize);

pub struct FixValue2<Bits, Base, Exp>(Fix<Bits, Base, Exp>);

#[cfg(test)]
mod tests {
use super::*;
Expand Down

0 comments on commit 900795e

Please sign in to comment.