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 5d6d4f6 commit 4726260Copy full SHA for 4726260
tmc-langs-cli/src/main.rs
@@ -1109,8 +1109,6 @@ fn run_core(matches: &ArgMatches) -> Result<PrintToken> {
1109
let submission_finished = core
1110
.wait_for_submission(&submission_url)
1111
.context("Failed while waiting for submissions")?;
1112
- let submission_finished = serde_json::to_string(&submission_finished)
1113
- .context("Failed to serialize submission results")?;
1114
1115
let output = Output {
1116
status: Status::Finished,
0 commit comments