mirror of
https://github.com/FuelLabs/sway.git
synced 2025-12-23 10:11:56 +00:00
fmt and clippy issues
This commit is contained in:
parent
c8cae34571
commit
aa89ff50ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue