Compare commits
No commits in common. "6f69abe973236616f0beb8ada1716d6d3cf98490" and "68fca7cbde3bb71688258a6241dcd37dea41a1ad" have entirely different histories.
6f69abe973
...
68fca7cbde
2 changed files with 0 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
|||
User-agent: *
|
||||
Disallow: /settings/
|
||||
Disallow: /public/
|
|
@ -1,7 +1,6 @@
|
|||
use rand::Rng;
|
||||
|
||||
// This will do for now
|
||||
#[allow(dead_code)]
|
||||
pub fn hex_string(length: usize) -> String {
|
||||
let mut rng = rand::thread_rng();
|
||||
let mut bytes = vec![0u8; length];
|
||||
|
|
Loading…
Reference in a new issue