From a45b21d28e2c290d274228d8fedff194806ff1a5 Mon Sep 17 00:00:00 2001 From: notplants Date: Tue, 25 May 2021 16:14:17 +0200 Subject: [PATCH] Test git pre-commit hook --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index a9d6275..719d8a7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,8 +2,8 @@ * LIST OF METHODS * register_domain (add a new domain and get back the TSIG key for subsequent updating with nsupdate) * is_domain_available (check if given domain is available and return boolean result) -* NOT IMPLEMENTED: register_user (sends an email verification to create a new account) -* NOT IMPLEMENTED: verify_user (for clicking the link in the email) +* NOT IMPLEMENTED- register_user (sends an email verification to create a new account) +* NOT IMPLEMENTED- verify_user (for clicking the link in the email) */ mod errors; mod generate_zone;