Skip to content

Commit ad5c077

Browse files
authored
fix(language): remove rustlang "box" keyword (@Huterenok) (#6397)
### Description Removes Rust language "box" keyword, as it was removed a long time ago in rust-lang/rust#49733
1 parent fc1602b commit ad5c077

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/static/languages/code_rust.json

-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"to_lowercase()",
113113
"to_uppercase()",
114114
"replace(\"a\", \"b\")",
115-
"box",
116115
"lazy_static",
117116
"iter()",
118117
"into_iter()",

0 commit comments

Comments
 (0)