Skip to content

Commit 2fb6f32

Browse files
authored
Fix missing backtick in extensions.bzl (#3806)
1 parent 8cc8c2f commit 2fb6f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crate_universe/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ bazel_dep(name = "rules_rust", version = "0.68.1")
3232
You find the latest version on the [release page](https://github.com/bazelbuild/rules_rust/releases).
3333
3434
35-
After adding `rules_rust` in your `MODULE.bazel, set the following to begin using `crate_universe`:
35+
After adding `rules_rust` in your `MODULE.bazel`, set the following to begin using `crate_universe`:
3636
3737
```python
3838
crate = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")

0 commit comments

Comments
 (0)