Skip to content

Commit 233ea92

Browse files
committed
Fix warn
1 parent 55c4db4 commit 233ea92

File tree

1 file changed

+1
-0
lines changed
  • rust/cubetranspilers/tests/common

1 file changed

+1
-0
lines changed

rust/cubetranspilers/tests/common/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ impl Emitter for TestEmitter {
1616
}
1717
}
1818

19+
#[allow(dead_code)]
1920
pub fn generate_code(program: &Program, cm: &Lrc<SourceMap>) -> String {
2021
let mut buf = vec![];
2122
{

0 commit comments

Comments
 (0)