diff --git a/client-solid/public/robots.txt b/client-solid/public/robots.txt deleted file mode 100644 index c0c768d..0000000 --- a/client-solid/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -User-agent: * -Disallow: /settings/ -Disallow: /public/ \ No newline at end of file diff --git a/server/src/util/util.rs b/server/src/util/util.rs index 14f16de..62754a1 100644 --- a/server/src/util/util.rs +++ b/server/src/util/util.rs @@ -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];