mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
Remove an unnecessary 'using' declaration
This was just redundant with the struct tag.
This commit is contained in:
@@ -134,7 +134,7 @@ class arg_iterator_t {
|
||||
|
||||
// This is used by the string subcommands to communicate with the option parser which flags are
|
||||
// valid and get the result of parsing the command for flags.
|
||||
using options_t = struct options_t { //!OCLINT(too many fields)
|
||||
struct options_t { //!OCLINT(too many fields)
|
||||
bool all_valid = false;
|
||||
bool char_to_pad_valid = false;
|
||||
bool chars_to_trim_valid = false;
|
||||
|
||||
Reference in New Issue
Block a user