Skip to content

Commit b998d60

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent c629a1f commit b998d60

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[build]
22
target-dir = "Target"
3-
rustdocflags = [
4-
"-Zunstable-options",
5-
"--enable-index-page",
6-
]
3+
rustdocflags = ["-Zunstable-options", "--enable-index-page"]
74

85
[net]
96
git-fetch-with-cli = true

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,9 @@ DownloadBin --> TargetTriple
222222
223223
---
224224

225-
## Deep Dive & Component Breakdown 🔬 To understand how `SideCar`'s download tool works, see the following source
225+
## Deep Dive & Component Breakdown 🔬
226226

227+
To understand how `SideCar`'s download tool works, see the following source
227228
files:
228229

229230
- **[`Source/Download.rs`](https://github.com/CodeEditorLand/SideCar/tree/Current/Source/Download.rs)** -

0 commit comments

Comments
 (0)