MCPcopy Create free account
hub / github.com/Apress/beginning-rust-2e / S

Class S

Source Code/22-23.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3*/
4fn main() {
5 struct S {}
6 let s = S {};
7 let _ = s.clone();
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected