diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-01-06 22:33:37 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-01-07 23:51:38 -0800 |
| commit | bcb1c381a38f8f36a71323bbf12d55afc8627d90 (patch) | |
| tree | 845fbeceb532354888cb7b3cad9c184e249afc9a /src/libstd/unstable | |
| parent | c4d36b85a0181575319168ab080989c71b935b20 (diff) | |
stdtest: Fix all leaked trait imports
Diffstat (limited to 'src/libstd/unstable')
| -rw-r--r-- | src/libstd/unstable/stack.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/unstable/stack.rs b/src/libstd/unstable/stack.rs index 5b5eaf9d8d0..d6cd690eaa9 100644 --- a/src/libstd/unstable/stack.rs +++ b/src/libstd/unstable/stack.rs @@ -24,8 +24,6 @@ //! detection is not guaranteed to continue in the future. Usage of this module //! is discouraged unless absolutely necessary. -use str::Str; - static RED_ZONE: uint = 20 * 1024; /// This function is invoked from rust's current __morestack function. Segmented |
