From e6dc44754ca8a77d484feedf0763c39d8c7511e8 Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:45:25 +0200 Subject: [PATCH] Forgot this since had the lint on my local copy --- src/types/utils/jwt.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/utils/jwt.rs b/src/types/utils/jwt.rs index 951c58a..ca0aebb 100644 --- a/src/types/utils/jwt.rs +++ b/src/types/utils/jwt.rs @@ -1,4 +1,3 @@ -#[allow(missing_docs)] use crate::types::utils::Snowflake; use jsonwebtoken::{encode, EncodingKey, Header}; use serde::{Deserialize, Serialize};