From 13304634be3c7ffc0dc46f60edae6a3a0606c164 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 28 Nov 2024 19:36:49 +0100 Subject: [PATCH] Revert disabling doc tests on stable Rust --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9472824..2856c85 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ ifeq ($(shell rustup component list --toolchain=nightly \ endif endif cargo $(if $(call eq,$(careful),yes),+nightly careful,) test --all-features\ - $(if $(call eq,$(careful),yes),,--lib) + $(if $(call eq,$(careful),yes),--lib,)