Improving WasmElispCompare.

This commit is contained in:
Tom Alexander
2023-12-27 13:21:20 -05:00
parent e83417b243
commit 20a7c89084
3 changed files with 73 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ use crate::compare::Token;
pub trait WasmElispCompare<'s, 'p> {
fn compare_ast_node<'b>(
&'p self,
&self,
source: &'s str,
emacs: &'b Token<'s>,
) -> Result<WasmDiffEntry<'b, 's>, Box<dyn std::error::Error>>;