This commit is contained in:
Tom Alexander
2023-10-06 16:32:49 -04:00
parent 368c6a457e
commit fbe3c76ab7
3 changed files with 53 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ pub(crate) enum EmacsField<'s> {
///
/// This is for when you want to acknowledge that a field exists in the emacs token, but you do not have any validation for it when using the compare_properties!() macro. Ideally, this should be kept to a minimum since this represents untested values.
#[allow(dead_code)]
pub(crate) fn impl_compare_noop<'b, 's, 'x, R, RG>(
pub(crate) fn compare_noop<'b, 's, 'x, R, RG>(
_emacs: &'b Token<'s>,
_rust_node: R,
_emacs_field: &'x str,