chore: stabilize current head before Phase 10a QC
This commit is contained in:
@@ -59,4 +59,3 @@ pub async fn record_feedback(
|
||||
.await
|
||||
.map_err(|e| e.to_string())
|
||||
}
|
||||
|
||||
|
||||
@@ -1677,7 +1677,10 @@ mod tests {
|
||||
&message,
|
||||
);
|
||||
|
||||
assert!(!delivered, "send must report not delivered when result_channel errors");
|
||||
assert!(
|
||||
!delivered,
|
||||
"send must report not delivered when result_channel errors"
|
||||
);
|
||||
assert!(result_listener_lost, "result_listener_lost must be set");
|
||||
assert!(
|
||||
stop_flag.load(Ordering::Relaxed),
|
||||
|
||||
@@ -319,7 +319,6 @@ pub struct LanguageSupportInfo {
|
||||
pub language_count: u16,
|
||||
}
|
||||
|
||||
|
||||
/// Compile-time target signalling used by `compose_accelerators`.
|
||||
/// Split out so the pure-function behaviour is testable without `cfg!`
|
||||
/// appearing in the test matrix.
|
||||
|
||||
@@ -249,4 +249,3 @@ pub async fn transcribe_file(
|
||||
"raw_text": raw_text,
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ pub async fn check_for_update(window: tauri::WebviewWindow) -> Result<Option<Str
|
||||
ensure_main_window(&window)?;
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user