()
| 13 | mod common; |
| 14 | |
| 15 | fn prepare() -> impl Drop { |
| 16 | std::env::set_var("RUST_LIB_BACKTRACE", "0"); |
| 17 | |
| 18 | let settings = insta::Settings::clone_current(); |
| 19 | |
| 20 | settings.bind_to_scope() |
| 21 | } |
| 22 | |
| 23 | #[test] |
| 24 | fn attachment() { |
no outgoing calls
no test coverage detected