diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2020-09-06 13:01:36 +0200 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2020-09-06 13:01:36 +0200 |
commit | 3cbf6deb9d958627a8b81fdf1bd9d75d3f0ec0a3 (patch) | |
tree | 5fadd590b33c94c377426faee17d558fc50c4eb0 /src | |
parent | 6039e0c76997014ed3f78768f8558da98d373e4b (diff) | |
download | nitrokey-rs-3cbf6deb9d958627a8b81fdf1bd9d75d3f0ec0a3.tar.gz nitrokey-rs-3cbf6deb9d958627a8b81fdf1bd9d75d3f0ec0a3.tar.bz2 |
Fix link in User doc comment
Diffstat (limited to 'src')
-rw-r--r-- | src/auth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<T> { /// 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>> { |