sasl: remove `ignore` from toml snippet

Jonas Schäfer created

Those aren't run anyway, so we don't need it there.

Change summary

sasl/src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

sasl/src/lib.rs 🔗

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