Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ fmt
Method
fmt
src/allocation_unit.rs:92–94 ·
view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)
Source
from the content-addressed store, hash-verified
90
91
impl fmt::Debug for AllocationUnit {
92
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
93
fmt::Display::fmt(self, f)
94
}
95
}
96
97
impl fmt::Display for AllocationUnit {
Callers
nothing calls this directly
Calls
1
kind
Method · 0.45
Tested by
no test coverage detected