Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CleanCut/ultimate_rust2
/ the_bin_test
Function
the_bin_test
example/hello/src/main.rs:7–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
6
#[test]
7
fn the_bin_test() {
8
assert_eq!(1 + 1, 2);
9
}
10
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected