From 8db3dfa25e2cff38813e4cf74316d8c44fbf24d5 Mon Sep 17 00:00:00 2001 From: svartalf Date: Sat, 30 May 2020 22:51:10 +0300 Subject: [PATCH] Fixing documentation build failure at docs.rs --- heim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heim/Cargo.toml b/heim/Cargo.toml index 176704f7..18baa6ee 100644 --- a/heim/Cargo.toml +++ b/heim/Cargo.toml @@ -49,5 +49,5 @@ virt = ["heim-virt"] sensors = ["heim-sensors"] [package.metadata.docs.rs] -features = ["full", "runtime-polyfill"] +features = ["full"] rustdoc-args = ["--cfg", "docsrs"]