mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 15:15:58 +08:00
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
This commit is contained in:
parent
fc1602b1ef
commit
ad5c077679
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@
|
|||
"to_lowercase()",
|
||||
"to_uppercase()",
|
||||
"replace(\"a\", \"b\")",
|
||||
"box",
|
||||
"lazy_static",
|
||||
"iter()",
|
||||
"into_iter()",
|
||||
|
|
Loading…
Add table
Reference in a new issue