oops
This commit is contained in:
parent
fc39e3295b
commit
c9c4a575b5
4 changed files with 4 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ const RNEX_DEFAULT_PORT: u16 = match u16::from_str_radix(env!("RNEX_DEFAULT_PORT
|
|||
Err(_) => panic!("unable to get default port from env"),
|
||||
};
|
||||
|
||||
const RNEX_ACCESS_KEY: &'static str = env!("RNEX_ACCESS_KEY");
|
||||
pub const RNEX_ACCESS_KEY: &'static str = env!("RNEX_ACCESS_KEY");
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum Error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue