From f43deaa6a483cb8fadc87c61eaa765fe9f781cf7 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 18 Jul 2018 11:36:24 -0500 Subject: [PATCH] fix path --- library/compiler-builtins/src/math.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/compiler-builtins/src/math.rs b/library/compiler-builtins/src/math.rs index f9ee36f0e72e..76bb72679936 100644 --- a/library/compiler-builtins/src/math.rs +++ b/library/compiler-builtins/src/math.rs @@ -1,5 +1,5 @@ #[allow(dead_code)] -#[path = "../../libm/src/math/mod.rs"] +#[path = "../libm/src/math/mod.rs"] mod libm; macro_rules! no_mangle {