Don't run doctests which would break on unix
This commit is contained in:
parent
8b0f01e606
commit
2cf0b9abe4
@ -79,7 +79,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
//! 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 <https://www.gnu.org/licenses/>.
|
||||
//! 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user