From 843b5ad7ac32912a31d78b01644412e14110e49f Mon Sep 17 00:00:00 2001 From: William Budington Date: Thu, 28 Mar 2024 20:28:59 -0700 Subject: [PATCH] Ignore doctest --- gpapi/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpapi/Cargo.toml b/gpapi/Cargo.toml index c84d76f..0476f16 100644 --- a/gpapi/Cargo.toml +++ b/gpapi/Cargo.toml @@ -9,6 +9,9 @@ description = "A library for interacting with the Google Play API" homepage = "https://github.com/EFForg/rs-google-play/tree/master/gpapi" repository = "https://github.com/EFForg/rs-google-play/tree/master/gpapi" +[lib] +doctest = false + [dependencies] prost = "0.12" #reqwest = "0.12"