diff options
| author | Michael Sullivan <sully@msully.net> | 2012-05-24 14:49:39 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2012-05-25 16:39:35 -0700 |
| commit | 8668d06400710f9d99d1b39da847031dc3d78394 (patch) | |
| tree | e9b16f7ed60e3819ed53f86d94378916f17ffb74 /src/test | |
| parent | d89b4c8c61b4995559c2e5b963d58b5dd599fdf3 (diff) | |
| download | rust-8668d06400710f9d99d1b39da847031dc3d78394.tar.gz rust-8668d06400710f9d99d1b39da847031dc3d78394.zip | |
Get rid of many implicit copies as a preliminary to Issue #2448.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/bench/shootout-threadring.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bench/shootout-threadring.rs b/src/test/bench/shootout-threadring.rs index d2bd85afc2a..73ce1f22be7 100644 --- a/src/test/bench/shootout-threadring.rs +++ b/src/test/bench/shootout-threadring.rs @@ -49,4 +49,4 @@ fn main(args: [str]) { let token = int::from_str(args[1]).get(); start(token); -} \ No newline at end of file +} |
