File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Documentation] ( https://docs.rs/home/badge.svg )] ( https://docs.rs/home )
2
- [ ![ Crates .io] ( https://img.shields.io/crates/v/home.svg )] ( https://crates.io/crates/home )
2
+ [ ![ crates .io] ( https://img.shields.io/crates/v/home.svg )] ( https://crates.io/crates/home )
3
3
4
4
Canonical definitions of ` home_dir ` , ` cargo_home ` , and ` rustup_home ` .
5
5
@@ -12,7 +12,7 @@ incorrect because it considers the `HOME` environment variable on
12
12
Windows. This causes surprising situations where a Rust program will
13
13
behave differently depending on whether it is run under a Unix
14
14
emulation environment like Cygwin or MinGW. Neither Cargo nor rustup
15
- use the standard libraries definition - they use the definition here.
15
+ use the standard library's definition - they use the definition here.
16
16
17
17
This crate further provides two functions, ` cargo_home ` and
18
18
` rustup_home ` , which are the canonical way to determine the location
You can’t perform that action at this time.
0 commit comments