From 1e695d8923d8be2f59701763f4be72f95f34328f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 25 Jun 2024 07:30:14 +0200 Subject: [PATCH] sasl: remove `ignore` from toml snippet Those aren't run anyway, so we don't need it there. --- sasl/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasl/src/lib.rs b/sasl/src/lib.rs index 5540095..7f2aab2 100644 --- a/sasl/src/lib.rs +++ b/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 = "*" //! ```