From 2012be4a8bd97f2fd69f986c8fffb1af1eec21dc Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 1 Nov 2018 21:43:04 +0100 Subject: `cargo fix --edition-idioms` --- components/profile/mem.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/profile/mem.rs') diff --git a/components/profile/mem.rs b/components/profile/mem.rs index 8e6a86c59cd..7c60ba07b67 100644 --- a/components/profile/mem.rs +++ b/components/profile/mem.rs @@ -496,7 +496,7 @@ mod system_reporter { } #[cfg(all(feature = "unstable", not(target_os = "windows")))] - use jemalloc_sys::mallctl; + use servo_allocator::jemalloc_sys::mallctl; #[cfg(all(feature = "unstable", not(target_os = "windows")))] fn jemalloc_stat(value_name: &str) -> Option { -- cgit v1.2.3