Remove evals crate (#28968)

Release Notes: 
- N/A
This commit is contained in:
Agus Zubiaga 2025-04-17 11:53:22 -03:00 committed by GitHub
parent bdd0cbb717
commit f07695c4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 0 additions and 796 deletions

View file

@ -47,7 +47,6 @@ members = [
"crates/docs_preprocessor",
"crates/editor",
"crates/eval",
"crates/evals",
"crates/extension",
"crates/extension_api",
"crates/extension_cli",
@ -696,7 +695,6 @@ breadcrumbs = { codegen-units = 1 }
collections = { codegen-units = 1 }
command_palette = { codegen-units = 1 }
command_palette_hooks = { codegen-units = 1 }
evals = { codegen-units = 1 }
extension_cli = { codegen-units = 1 }
feature_flags = { codegen-units = 1 }
file_icons = { codegen-units = 1 }