chore: fix cargo checks

This commit is contained in:
Ruben Fiszel
2026-05-01 20:39:41 +00:00
parent 96bc00007b
commit 28b5e3382c
-3
View File
@@ -41,7 +41,6 @@ def main(name: str):
language: ScriptLang::Python3,
modules: Some(modules),
..RawCode::default()
tag: None,
});
let result = RunJob::from(job)
@@ -94,7 +93,6 @@ def main(a: int, b: int):
language: ScriptLang::Python3,
modules: Some(modules),
..RawCode::default()
tag: None,
});
let result = RunJob::from(job)
@@ -146,7 +144,6 @@ export function main(name: string) {
language: ScriptLang::Bun,
modules: Some(modules),
..RawCode::default()
tag: None,
});
let result = RunJob::from(job)