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.
unused variables
1 parent 7e9991f commit 19e92daCopy full SHA for 19e92da
partiql-conformance-test-generator/src/generator.rs
@@ -55,6 +55,7 @@ fn test_case_to_function(test_case: &TestCase) -> Function {
55
Assertion::NotYetImplemented => {
56
// for `NotYetImplemented` assertions, add the 'ignore' annotation to the test case
57
test_fn.attr("ignore = \"not yet implemented\"");
58
+ test_fn.attr("allow(unused_variables)");
59
}
60
61
0 commit comments