Skip to content

Commit

Permalink
MVLookup: remove annotation "dead_code"
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Mar 12, 2024
1 parent deea960 commit 0ded469
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msm/src/mvlookup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,8 @@ pub trait LookupTableID {
#[derive(Debug, Clone)]
pub struct LookupTable<F, ID: LookupTableID + Send + Sync + Copy> {
/// Table ID corresponding to this table
#[allow(dead_code)]
pub table_id: ID,
/// Vector of values inside each entry of the table
#[allow(dead_code)]
pub entries: Vec<Vec<F>>,
}

Expand Down

0 comments on commit 0ded469

Please sign in to comment.