feat(rust): export properly

This commit is contained in:
Samuel Cobb 2026-06-06 00:56:01 +01:00
commit dedbe5e9db

View file

@ -11,6 +11,6 @@ in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
inherit (typesLanguage) diagnostics mkGrammarOption mkTreesitterGrammarOption;
inherit (typesLsp) mkLspPresetEnableOption;
inherit (typesLsp) mkLspPresetEnableOption mkLspPresetEnableOptionWithDesc;
inherit (customTypes) char hexColor mergelessListOf deprecatedSingleOrListOf enumWithRename;
}