Skip to content

Commit

Permalink
cleanup: unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 12, 2023
1 parent aff4f4b commit ee3f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
typesLanguage = import ./languages.nix {inherit lib;};
in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt extraPluginType rawLua mkPluginSetupOption;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption;
inherit (typesLanguage) diagnostics mkGrammarOption;
}

0 comments on commit ee3f292

Please sign in to comment.