chore: remove pub from envvalue
This commit is contained in:
parent
88cda9d254
commit
dd77942e19
2 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue