refactor: rename meta to plugin in table header

This commit is contained in:
Andrew Phillips
2025-08-27 20:07:29 -03:00
committed by Andrew Phillips (aider)
parent 7bc9dedccd
commit 10cd22ee1a
4 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ impl MetaPlugin for DigestMetaPlugin {
};
}
let mut metadata = Vec::new();
let metadata = Vec::new();
// Update outputs based on the selected hash method
if let Some(hasher) = &mut self.hasher {