diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-02 02:19:55 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-02-02 02:58:57 +1100 |
| commit | f502576fc7a97825ee90b01c724b63a4bd4c85aa (patch) | |
| tree | 8254e9b0e359e8db17ef615911a6ca13d942dc8c /src/libstd | |
| parent | c594e675eb3db25cd018d58d8fe06ef6ea2c90de (diff) | |
| download | rust-f502576fc7a97825ee90b01c724b63a4bd4c85aa.tar.gz rust-f502576fc7a97825ee90b01c724b63a4bd4c85aa.zip | |
Fix `@str` removal tests.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/gc.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/gc.rs b/src/libstd/gc.rs index 8ec07290a31..fa7c94ac994 100644 --- a/src/libstd/gc.rs +++ b/src/libstd/gc.rs @@ -35,7 +35,6 @@ pub struct Gc<T> { } #[cfg(test)] -#[no_send] pub struct Gc<T> { priv ptr: @T, priv marker: marker::NoSend, |
