don't execute long-running test
All checks were successful
CI/CD Pipeline / test (push) Successful in 2m6s

This commit is contained in:
philipp 2024-02-27 12:29:59 +01:00
parent 836f8934d0
commit b4d464506c

View File

@ -67,7 +67,7 @@ impl Law {
///
/// # Examples
///
/// ```
/// ```no_run
/// use risp::law::Law;
///
/// let law = Law::from_config("./data/configs/abgb.toml").unwrap();