File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ impl Uuid {
29
29
/// * [UUID Version 5 in RFC 9562](https://www.ietf.org/rfc/rfc9562.html#section-5.5)
30
30
/// * [Name-Based UUID Generation in RFC 9562](https://www.ietf.org/rfc/rfc9562.html#section-6.5)
31
31
///
32
- /// [`NAMESPACE_DNS`]: struct.Uuid.html#associatedconst .NAMESPACE_DNS
33
- /// [`NAMESPACE_OID`]: struct.Uuid.html#associatedconst .NAMESPACE_OID
34
- /// [`NAMESPACE_URL`]: struct.Uuid.html#associatedconst .NAMESPACE_URL
35
- /// [`NAMESPACE_X500`]: struct.Uuid.html#associatedconst .NAMESPACE_X500
32
+ /// [`NAMESPACE_DNS`]: struct.Uuid.html#associatedconstant .NAMESPACE_DNS
33
+ /// [`NAMESPACE_OID`]: struct.Uuid.html#associatedconstant .NAMESPACE_OID
34
+ /// [`NAMESPACE_URL`]: struct.Uuid.html#associatedconstant .NAMESPACE_URL
35
+ /// [`NAMESPACE_X500`]: struct.Uuid.html#associatedconstant .NAMESPACE_X500
36
36
pub fn new_v5 ( namespace : & Uuid , name : & [ u8 ] ) -> Uuid {
37
37
crate :: Builder :: from_sha1_bytes ( crate :: sha1:: hash ( namespace. as_bytes ( ) , name) ) . into_uuid ( )
38
38
}
You can’t perform that action at this time.
0 commit comments