mirror of
https://github.com/openharmony/third_party_rust_rust-fnv.git
synced 2026-06-30 21:17:56 -04:00
Replace http with https
This commit is contained in:
@@ -78,4 +78,4 @@ set.insert(2);
|
||||
|
||||
[chongo]: http://www.isthe.com/chongo/tech/comp/fnv/index.html
|
||||
[faq]: https://www.rust-lang.org/en-US/faq.html#why-are-rusts-hashmaps-slow
|
||||
[graphs]: http://cglab.ca/~abeinges/blah/hash-rs/
|
||||
[graphs]: https://cglab.ca/~abeinges/blah/hash-rs/
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
//!
|
||||
//! [chongo]: http://www.isthe.com/chongo/tech/comp/fnv/index.html
|
||||
//! [faq]: https://www.rust-lang.org/en-US/faq.html#why-are-rusts-hashmaps-slow
|
||||
//! [graphs]: http://cglab.ca/~abeinges/blah/hash-rs/
|
||||
//! [graphs]: https://cglab.ca/~abeinges/blah/hash-rs/
|
||||
|
||||
|
||||
use std::default::Default;
|
||||
|
||||
Reference in New Issue
Block a user