From 3cbf6deb9d958627a8b81fdf1bd9d75d3f0ec0a3 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 6 Sep 2020 13:01:36 +0200 Subject: Fix link in User doc comment --- src/auth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.rs b/src/auth.rs index fe2f7f2..9cf0722 100644 --- a/src/auth.rs +++ b/src/auth.rs @@ -126,7 +126,7 @@ trait AuthenticatedDevice { /// method. /// /// [`Authenticate`]: trait.Authenticate.html -/// [`authenticate_admin`]: trait.Authenticate.html#method.authenticate_admin +/// [`authenticate_user`]: trait.Authenticate.html#method.authenticate_user /// [`device`]: #method.device #[derive(Debug)] pub struct User<'a, T: Device<'a>> { -- cgit v1.2.1