You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I call the dotenv().ok(); on my main.rs and it works well with the std::env::var(). However, it seems not working when I use the option_env! macro. Is it the expected behaviour?
The text was updated successfully, but these errors were encountered:
Hello, I call the
dotenv().ok();
on mymain.rs
and it works well with thestd::env::var()
. However, it seems not working when I use theoption_env!
macro. Is it the expected behaviour?The text was updated successfully, but these errors were encountered: