chore: remove pub from envvalue

This commit is contained in:
Dmitriy Pleshevskiy 2019-12-24 19:25:32 +03:00
parent 88cda9d254
commit dd77942e19
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@ macro_rules! __impl_from_for_numbers {
#[derive(Debug)] #[derive(Debug)]
#[doc(hidden)] #[doc(hidden)]
pub struct EnvValue(String); struct EnvValue(String);
impl EnvValue { impl EnvValue {
pub fn new(string: String) -> Self { pub fn new(string: String) -> Self {

View file

@ -4,6 +4,7 @@ version = "0.1.0"
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"] authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html