diff --git a/src/core/config/mod.rs b/src/core/config/mod.rs index 4f31e5919..b4dc2b870 100644 --- a/src/core/config/mod.rs +++ b/src/core/config/mod.rs @@ -659,7 +659,7 @@ pub struct Config { /// which users must agree to when registering an account. /// /// Example: - /// ``` + /// ```ignore /// [global.registration_terms.privacy_policy] /// en = { name = "Privacy Policy", url = "https://homeserver.example/en/privacy_policy.html" } /// es = { name = "PolĂ­tica de Privacidad", url = "https://homeserver.example/es/privacy_policy.html" }