File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3770c42a4959cbabc73da52abc7e3db96657974e
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5
- refs/heads/try: e55f64f99726a44283211d91a702081fe4a1855b
5
+ refs/heads/try: a7872b3c1e0ae669991ba54886717d46b1ffd4be
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -425,8 +425,8 @@ pub mod builtin {
425
425
/// # Example
426
426
///
427
427
/// ```rust
428
- /// let user : &'static str = env!("USER ");
429
- /// println!("the user who compiled this code is : {}", user );
428
+ /// let home : &'static str = env!("HOME ");
429
+ /// println!("the home directory at the time of compiling was : {}", home );
430
430
/// ```
431
431
#[ macro_export]
432
432
macro_rules! env( ( $name: expr) => ( { /* compiler built-in */ } ) )
You can’t perform that action at this time.
0 commit comments