Skip to content

Commit f091c6e

Browse files
authored
Merge pull request #8714 from Pinata-Consulting/nit-fix-me-removal
nit: avoid 'fixme' highlighting distraction in editors
2 parents 7c1ac4d + 96fc0a3 commit f091c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ bazel_dep(name = "googletest", version = "1.17.0", dev_dependency = True)
109109
# BCR, they should depend on their own version.
110110
bazel_dep(name = "glpk", version = "5.0.bcr.3", repo_name = "org_gnu_glpk")
111111

112-
## Fix the compiler version and avoid any local compiler
112+
## Lock the compiler version and avoid any local compiler
113113
bazel_dep(name = "toolchains_llvm", version = "1.5.0")
114114

115115
# Configure and register the toolchain.

0 commit comments

Comments
 (0)