Check build without default features in ci-cd.

This commit is contained in:
Gustav Palmqvist 2022-05-20 18:24:36 +02:00
parent c9931f12a9
commit 14dddf4aaa

View file

@ -24,7 +24,7 @@
//!
//! ## More complex usage
//!
//! ```rust
//! ```rust,ignore
//! #[macro_use] extern crate sasl;
//!
//! use sasl::server::{Validator, Provider, Mechanism as ServerMechanism, Response};