From b4d464506cf4974de41855af86c4b37b952b787e Mon Sep 17 00:00:00 2001 From: philipp Date: Tue, 27 Feb 2024 12:29:59 +0100 Subject: [PATCH] don't execute long-running test --- src/law/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/law/mod.rs b/src/law/mod.rs index 904b625..e67e9f5 100644 --- a/src/law/mod.rs +++ b/src/law/mod.rs @@ -67,7 +67,7 @@ impl Law { /// /// # Examples /// - /// ``` + /// ```no_run /// use risp::law::Law; /// /// let law = Law::from_config("./data/configs/abgb.toml").unwrap();