Skip to content

Commit

Permalink
Update ixx/src/action/index.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro <[email protected]>
  • Loading branch information
MarcelCoding and SuperSandro2000 authored Oct 14, 2024
1 parent 73ef8ae commit 2310504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ixx/src/action/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pub(crate) fn index(module: IndexModule) -> anyhow::Result<()> {
let options: HashMap<String, option::Option> = serde_json::from_reader(file)?;

for (name, option) in options {
// internal options which cannot be hidden when importing existing options.json
if name == "_modules.args" {
continue;
}
Expand Down

0 comments on commit 2310504

Please sign in to comment.