From bc905d1a99c650c9699ea53e93ee3c075fdcab0b Mon Sep 17 00:00:00 2001 From: coderswat Date: Wed, 13 Sep 2023 19:56:42 +0530 Subject: [PATCH] fixed documentation error the enum referred as Config does not exist, its a struct --- notify/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify/src/lib.rs b/notify/src/lib.rs index 9002640d..b3fa531b 100644 --- a/notify/src/lib.rs +++ b/notify/src/lib.rs @@ -349,7 +349,7 @@ pub trait Watcher { /// Configure the watcher at runtime. /// - /// See the [`Config`](config/enum.Config.html) enum for all configuration options. + /// See the [`Config`](config/struct.Config.html) struct for all configuration options. /// /// # Returns ///