organic/src/wasm/compare/runner.rs

8 lines
241 B
Rust
Raw Normal View History

// pub async fn run_anonymous_compare_with_settings<'g, 's, P: AsRef<str>>(
// org_contents: P,
// global_settings: &GlobalSettings<'g, 's>,
// silent: bool,
// ) -> Result<bool, Box<dyn std::error::Error>> {
// todo!()
// }