sasl: remove ignore from toml snippet

Those aren't run anyway, so we don't need it there.
This commit is contained in:
Jonas Schäfer 2024-06-25 07:30:14 +02:00
parent 8bc1f32218
commit 1e695d8923

View file

@ -180,7 +180,7 @@
//!
//! You can use this in your crate by adding this under `dependencies` in your `Cargo.toml`:
//!
//! ```toml,ignore
//! ```toml
//! sasl = "*"
//! ```