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:
Huterok Bebrov 2025-03-26 15:09:19 +03:00 committed by GitHub
parent fc1602b1ef
commit ad5c077679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,7 +112,6 @@
"to_lowercase()",
"to_uppercase()",
"replace(\"a\", \"b\")",
"box",
"lazy_static",
"iter()",
"into_iter()",