parsers: correct cargo doc warnings
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
200147b551
commit
afcf9fb2d0
13 changed files with 36 additions and 34 deletions
|
|
@ -22,7 +22,7 @@ generate_attribute!(
|
|||
/// client and the server to avoid having to store the password in
|
||||
/// clear.
|
||||
///
|
||||
/// See https://tools.ietf.org/html/rfc5802
|
||||
/// See <https://tools.ietf.org/html/rfc5802>
|
||||
ScramSha1 => "SCRAM-SHA-1",
|
||||
|
||||
/// Same as [ScramSha1](#structfield.ScramSha1), with the addition of
|
||||
|
|
|
|||
Loading…
Reference in a new issue