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 ded4e2a commit 74fa61bCopy full SHA for 74fa61b
tmc-langs-core/src/tmc_core.rs
@@ -227,12 +227,6 @@ impl TmcCore {
227
self.organization(organization_slug)
228
}
229
230
- /// Unimplemented.
231
- #[deprecated = "unimplemented"]
232
- pub fn send_diagnostics(&self) {
233
- unimplemented!()
234
- }
235
-
236
/// Downloads the given exercises. Overwrites existing exercises if they exist.
237
///
238
/// # Errors
@@ -465,11 +459,6 @@ impl TmcCore {
465
459
self.post_feedback(feedback_url, feedback)
466
460
467
461
468
469
- pub fn send_snapshot_events(&self) {
470
471
472
473
462
/// Sends the submission to the server.
474
463
475
464
0 commit comments