We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c4db4 commit 233ea92Copy full SHA for 233ea92
rust/cubetranspilers/tests/common/mod.rs
@@ -16,6 +16,7 @@ impl Emitter for TestEmitter {
16
}
17
18
19
+#[allow(dead_code)]
20
pub fn generate_code(program: &Program, cm: &Lrc<SourceMap>) -> String {
21
let mut buf = vec![];
22
{
0 commit comments