From 540633b1ee34a8387180a2153bb48ed7cc3f7c8a Mon Sep 17 00:00:00 2001 From: Joe Birr-Pixton Date: Mon, 23 Dec 2024 13:26:24 +0000 Subject: [PATCH] alg_ids.rs: adjust head comment --- src/alg_id.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/alg_id.rs b/src/alg_id.rs index 2e4d5b8..6c39b19 100644 --- a/src/alg_id.rs +++ b/src/alg_id.rs @@ -1,7 +1,7 @@ -//! Encodings of the PKIX AlgorithmIdentifier type. +//! Common values of the PKIX [`AlgorithmIdentifier`] type. //! -//! This module contains a set of common values, and exists to keep the -//! names of these separate from the actual algorithm implementations. +//! If you need to use an [`AlgorithmIdentifier`] not defined here, +//! you can define it locally. use super::AlgorithmIdentifier;