()
| 162 | |
| 163 | #[test] |
| 164 | fn diff_matches_indented_code() { |
| 165 | let local = "#[test]\nfn foo() {}"; |
| 166 | let remote = " #[test]\n fn foo() {}\n"; |
| 167 | assert_eq!(diff(local, remote), None); |
| 168 | } |
| 169 | } |
nothing calls this directly
no outgoing calls
no test coverage detected