CI updates, update deny.toml, clippy fix

This commit is contained in:
2023-11-21 12:16:15 -05:00
parent b900ae5a00
commit 236e4d8d26
4 changed files with 34 additions and 20 deletions

View File

@@ -393,7 +393,7 @@ pub fn diff_data_lev(left: &mut ObjSection, right: &mut ObjSection) -> Result<()
left.data_diff = left_diff;
right.data_diff = right_diff;
return Ok(());
Ok(())
}
pub fn no_diff_data(section: &mut ObjSection) {