mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
sasl: remove ignore
from toml snippet
Those aren't run anyway, so we don't need it there.
This commit is contained in:
parent
8bc1f32218
commit
1e695d8923
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@
|
||||||
//!
|
//!
|
||||||
//! You can use this in your crate by adding this under `dependencies` in your `Cargo.toml`:
|
//! You can use this in your crate by adding this under `dependencies` in your `Cargo.toml`:
|
||||||
//!
|
//!
|
||||||
//! ```toml,ignore
|
//! ```toml
|
||||||
//! sasl = "*"
|
//! sasl = "*"
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue