Skip to content

Commit 4cff490

Browse files
authored
Remove support for the fire emoji as an extension (#93)
This was removed from Mojo a bit ago.
1 parent 597712a commit 4cff490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mojo/private/utils.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
load("@bazel_features//:features.bzl", "bazel_features")
44
load("//mojo:providers.bzl", "MojoInfo")
55

6-
MOJO_EXTENSIONS = ("mojo", "🔥")
6+
MOJO_EXTENSIONS = ("mojo",)
77

88
def collect_mojoinfo(deps):
99
"""Get a combined MojoInfo from all the passed dependencies.

0 commit comments

Comments
 (0)