Remove unnecessary pub
This commit is contained in:
parent
402b79eb31
commit
1ffe42d868
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ enum Request {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Vault {
|
||||
pub(self) tx: mpsc::UnboundedSender<Request>,
|
||||
tx: mpsc::UnboundedSender<Request>,
|
||||
}
|
||||
|
||||
impl Vault {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue