diff --git a/src/rule_processor.rs b/src/rule_processor.rs index 13d95cf..835f531 100644 --- a/src/rule_processor.rs +++ b/src/rule_processor.rs @@ -73,7 +73,7 @@ const GMAIL_MODIFY_SCOPE: &str = "https://www.googleapis.com/auth/gmail.modify"; /// /// This scope allows all operations and is required to authorise the batch /// delete operation. It is only used for batch delete. For all other -/// operations [`GMAIL_MODIFY_SCOPE`](Self::GMAIL_MODIFY_SCOPE) is preferred. +/// operations `GMAIL_MODIFY_SCOPE` is preferred. const GMAIL_DELETE_SCOPE: &str = "https://mail.google.com/"; /// Internal trait defining the minimal operations needed for rule processing.