Przeglądaj źródła

chore: Fix cargo doc warnings (#174)

Signed-off-by: adoerr <0xad@gmx.net>
Andreas Doerr 3 lat temu
rodzic
commit
2266d8be02
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/sdk/src/crypto/ecvrf.rs

+ 1 - 1
src/sdk/src/crypto/ecvrf.rs

@@ -16,7 +16,7 @@
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
-//! https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vrf-04#section-5
+//! <https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-vrf-04#section-5>
 #![allow(non_snake_case)]
 
 use darkfi_serial::{SerialDecodable, SerialEncodable};