From e3d5195620f4d732f707691fe417385c1099b027 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 14 May 2021 13:35:21 +0200 Subject: [PATCH] [OAuth] Add module doc comment --- src/oauth.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/oauth.rs b/src/oauth.rs index ac5ba98..ed56b7c 100644 --- a/src/oauth.rs +++ b/src/oauth.rs @@ -13,6 +13,9 @@ * limitations under the License. */ +//! This module encapsulates all code related to doing OAuth requests and +//! other API/HTTP requests + use crate::config::{ get_optional }; -- GitLab