From ffadfab94a59dcd294ac89ee182e58f322ac677a Mon Sep 17 00:00:00 2001 From: svartalf Date: Thu, 27 Feb 2020 09:39:33 +0300 Subject: [PATCH] fix --- heim-cpu/tests/smoke.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heim-cpu/tests/smoke.rs b/heim-cpu/tests/smoke.rs index 5f075627..9f169d8f 100644 --- a/heim-cpu/tests/smoke.rs +++ b/heim-cpu/tests/smoke.rs @@ -3,7 +3,7 @@ use heim_common::prelude::*; use heim_common::units::frequency; use heim_cpu as cpu; -use heim_runtime as pin; +use heim_runtime as rt; #[heim_derive::skip_ci(target_os = "linux")] #[heim_derive::test]