diff options
author | Daniel Mueller <deso@posteo.net> | 2020-01-08 09:59:04 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-01-08 09:59:04 -0800 |
commit | c0d8583e0aba69b0628eb9c036f50a86f33d381f (patch) | |
tree | 1545921d1a4a0461203656cf949b7ec27ca5a7d5 /structopt/tests/explicit_name_no_renaming.rs | |
parent | 6c31f18cf40c7662b34ee89b3e6ddf516730611e (diff) | |
download | nitrocli-c0d8583e0aba69b0628eb9c036f50a86f33d381f.tar.gz nitrocli-c0d8583e0aba69b0628eb9c036f50a86f33d381f.tar.bz2 |
Do not declare internally used types as pub
With the recent patch set moving us to using structopt over argparse we
introduced all new structs and enums representing subcommands and the
like as public. That is unnecessary, as they are not accessed from the
outside.
This change adjusts the visibility accordingly.
Diffstat (limited to 'structopt/tests/explicit_name_no_renaming.rs')
0 files changed, 0 insertions, 0 deletions