From 2cf0b9abe47ec992177ecf1b8339acdecc9b2d35 Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 25 Jun 2024 11:48:47 +0200 Subject: [PATCH] Don't run doctests which would break on unix --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 54879cd..3c2cfc8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,7 @@ along with this program. If not, see . //! To start the server, you simply need to use the generated server struct and //! pass it your handler. //! -//! ```rust +//! ```no_run //! # use eagle::Protocol; //! # #[derive(Protocol)] //! # pub enum Example { @@ -112,7 +112,7 @@ along with this program. If not, see . //! On the client side, you can simply use the generated client struct to connect //! to the server and begin sending queries. //! -//! ```rust +//! ```no_run //! # use eagle::Protocol; //! # #[derive(Protocol)] //! # pub enum Example {