From ad62787724e9dfcc15d4e2f3d61605173f214bda Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 30 Sep 2023 18:51:40 -0700 Subject: [PATCH] Disabled doc tests --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c859e67..b488b93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,8 @@ authors = ["Andrew Kane "] edition = "2018" readme = "README.md" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +doctest = false [dependencies] libm = { version = "0.2", optional = true }