Skip to content

Commit

Permalink
Allow dead code for now
Browse files Browse the repository at this point in the history
This might be a bug, not sure what to do about it.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Mar 10, 2023
1 parent bb2335a commit ec0f3f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cir/src/lib.rs
Expand Up @@ -75,6 +75,7 @@ pub struct Func {
}

#[derive(Clone)]
#[allow(dead_code)]
pub struct Program {
datas: Index<Repr>,
funcs: Index<Func>,
Expand Down

0 comments on commit ec0f3f1

Please sign in to comment.