Skip to content

Commit 09daafb

Browse files
committed
Allow dead code for now
This might be a bug, not sure what to do about it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
1 parent b89ca84 commit 09daafb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cir/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pub struct Func {
7575
}
7676

7777
#[derive(Clone)]
78+
#[allow(dead_code)]
7879
pub struct Program {
7980
datas: Index<Repr>,
8081
funcs: Index<Func>,

0 commit comments

Comments
 (0)