From 5baed11d4ee0cca1ebb4268034e89049a2a06e21 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Thu, 20 Apr 2023 19:47:20 +0200 Subject: [PATCH] Change comment --- src/api/policies/instance/instance.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/api/policies/instance/instance.rs b/src/api/policies/instance/instance.rs index 6ed8b05..f14af23 100644 --- a/src/api/policies/instance/instance.rs +++ b/src/api/policies/instance/instance.rs @@ -25,9 +25,11 @@ pub mod instance { impl std::error::Error for InstancePoliciesError {} impl Instance { - /// Gets the instance policies schema. - /// # Errors - /// * [`InstancePoliciesError`] - If the request fails. + /** + Gets the instance policies schema. + # Errors + [`InstancePoliciesError`] - If the request fails. + */ pub async fn instance_policies_schema( &self, ) -> Result {