Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Dec 15, 2024
1 parent e4b87f3 commit d88d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ def rust_toolchain_repository(
"target_compatible_with": target_compatible_with,
"target_settings": target_settings,
"toolchain_label": "@{name}//:toolchain".format(name = name),
"tools_toolchain_label": tools_toolchain_label,
"toolchain_type": toolchain_type,
"tools_toolchain_label": tools_toolchain_label,
}

_RUST_ANALYZER_TOOLCHAIN_TOOLS_REPOSITORY_ATTRS = {
Expand Down

0 comments on commit d88d5e9

Please sign in to comment.