Skip to content

Commit 696dd3c

Browse files
committed
remove information about implementation details
1 parent dc2942a commit 696dd3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/extensions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ $ ls -w=80
2222

2323
## `env`
2424

25-
GNU `env` allows the empty string to be used as an environment variable name. This is explicitly
26-
unsupported by the Rust standard library (see the
27-
[docs](https://doc.rust-lang.org/stable/std/env/fn.set_var.html) for more information), so uutils
28-
will show a warning on any such assignment.
25+
GNU `env` allows the empty string to be used as an environment variable name.
26+
This is unsupported by uutils, and it will show a warning on any such
27+
assignment.
2928

3029
`env` has an additional `-f`/`--file` flag that can
3130
parse `.env` files and set variables accordingly. This feature is adopted from `dotenv` style

0 commit comments

Comments
 (0)