Skip to content

Commit f8be65f

Browse files
authored
Merge pull request #2186 from EliahKagan/small
Note that the `small` feature doesn't include `clone`
2 parents f7c7145 + 6ab07f7 commit f8be65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ lean = ["fast", "tracing", "pretty-cli", "http-client-curl", "gitoxide-core-tool
5858

5959
## The smallest possible build, best suitable for small single-core machines.
6060
##
61-
## This build is essentially limited to local operations without any fanciness.
61+
## This build is essentially limited to local operations without any fanciness. It does not have `gix clone`.
6262
##
6363
## Optimized for size, no parallelism thus much slower, progress line rendering.
6464
small = ["pretty-cli", "prodash-render-line", "is-terminal"]

0 commit comments

Comments
 (0)