fmt and clippy issues

This commit is contained in:
xunilrj 2025-12-12 16:34:31 -03:00 committed by Daniel Frederico Lins Leite
parent c8cae34571
commit aa89ff50ea

View file

@ -5531,7 +5531,7 @@ pub fn get_runtime_representation(ctx: &Context, t: Type) -> MemoryRepresentatio
pub fn get_memory_id(ctx: &Context, t: Type) -> u64 {
let r = get_runtime_representation(ctx, t);
// Uncomment here to debug the runtime memory representation
// eprintln!("Runtime Repr: {:?} {:?}", t.with_context(ctx), &r);