()
| 90 | |
| 91 | #[test] |
| 92 | fn workspace_root_resolves() { |
| 93 | let root = workspace_root(); |
| 94 | assert!( |
| 95 | root.join("Cargo.toml").is_file(), |
| 96 | "workspace root should contain Cargo.toml: {root:?}" |
| 97 | ); |
| 98 | } |
| 99 | } |
nothing calls this directly
no test coverage detected