Skip to content

Commit f10694c

Browse files
authored
cleanup: add a load statement (#3698)
1 parent a44fbd6 commit f10694c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/private/dummy_cc_toolchain/dummy_cc_toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Cc toolchain definitions for use on wasm platforms"""
22

33
load("@rules_cc//cc/common:cc_common.bzl", "cc_common")
4+
load("@rules_cc//cc/toolchains:cc_toolchain_config_info.bzl", "CcToolchainConfigInfo")
45

56
def _dummy_cc_toolchain_impl(_ctx):
67
# The `all_files` attribute is referenced by rustc_compile_action().

0 commit comments

Comments
 (0)