From 46aaeee800818cb7a00e07c71e6c5c97a7411c0b Mon Sep 17 00:00:00 2001 From: Amaury <1293565+amaury1093@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:51:16 +0100 Subject: [PATCH] fic docs --- core/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/lib.rs b/core/src/lib.rs index 0cb0415f5..5aaa2cdfd 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -35,7 +35,6 @@ //! //! ```rust //! use check_if_email_exists::{check_email, CheckEmailInputBuilder, CheckEmailInputProxy}; -//! use check_if_email_exists::config::ReacherConfig; //! //! async fn check() { //! // Let's say we want to test the deliverability of someone@gmail.com.