fix: Keep rustdoc from trying to run my TOML as a doctest

This commit is contained in:
ginger
2026-04-07 18:40:43 +00:00
committed by Ellis Git
parent 38b4065270
commit 2124fcf325
+1 -1
View File
@@ -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" }