mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Exclude crown
from the root Cargo workspace (#34173)
* Exclude crown from workspace Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update shell.nix and remove filterlock Signed-off-by: Delan Azabani <dazabani@igalia.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
ac5c67849e
commit
39ef61c324
18 changed files with 693 additions and 395 deletions
22
support/crown/crown.code-workspace
Normal file
22
support/crown/crown.code-workspace
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "crown",
|
||||
"path": "."
|
||||
},
|
||||
],
|
||||
"settings": {
|
||||
"rust-analyzer.check.command": "clippy",
|
||||
"rust-analyzer.rustc.source": "discover",
|
||||
"rust-analyzer.rustfmt.extraArgs": [
|
||||
"--config",
|
||||
"unstable_features=true",
|
||||
"--config",
|
||||
"binop_separator=Back",
|
||||
"--config",
|
||||
"imports_granularity=Module",
|
||||
"--config",
|
||||
"group_imports=StdExternalCrate"
|
||||
]
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue