Skip to content

Commit dfe808c

Browse files
committed
---
yaml --- r: 118327 b: refs/heads/try c: a7872b3 h: refs/heads/master i: 118325: fe71c93 118323: c94fc40 118319: b09bda4 v: v3
1 parent b4507fd commit dfe808c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3770c42a4959cbabc73da52abc7e3db96657974e
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5-
refs/heads/try: e55f64f99726a44283211d91a702081fe4a1855b
5+
refs/heads/try: a7872b3c1e0ae669991ba54886717d46b1ffd4be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libstd/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ pub mod builtin {
425425
/// # Example
426426
///
427427
/// ```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);
430430
/// ```
431431
#[macro_export]
432432
macro_rules! env( ($name:expr) => ({ /* compiler built-in */ }) )

0 commit comments

Comments
 (0)