Remove unneccessary pub
declarations
This commit is contained in:
parent
cc19087195
commit
f726083759
4 changed files with 15 additions and 15 deletions
|
@ -7,7 +7,7 @@ use posixmq::PosixMq;
|
|||
pub struct Info {
|
||||
/// Name of the queue
|
||||
#[clap(value_name = "QUEUE")]
|
||||
pub queue: String,
|
||||
queue: String,
|
||||
}
|
||||
|
||||
impl Info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue