File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ standard library, and documentation.
9
9
10
10
** Note: this README is for _ users_ rather than _ contributors_ .
11
11
If you wish to _ contribute_ to the compiler, you should read the
12
- [ Getting Started] [ gettingstarted ] of the rustc-dev-guide instead of this
13
- section.**
12
+ [ Getting Started] [ gettingstarted ] section of the rustc-dev-guide instead.**
14
13
15
14
## Quick Start
16
15
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ impl Drop for TimeIt {
122
122
fn drop ( & mut self ) {
123
123
let time = self . 1 . elapsed ( ) ;
124
124
if !self . 0 {
125
- println ! ( "\t finished in {}.{:03}" , time. as_secs( ) , time. subsec_millis( ) ) ;
125
+ println ! ( "\t finished in {}.{:03} seconds " , time. as_secs( ) , time. subsec_millis( ) ) ;
126
126
}
127
127
}
128
128
}
You can’t perform that action at this time.
0 commit comments