diff options
| author | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2014-02-23 12:07:11 +1100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-02-24 21:22:26 -0800 |
| commit | 3cc95314c31311138e189d2ad91bb537d034d3c1 (patch) | |
| tree | 7f09e97e9a20d96ded96d1f867f359fe2a6761f0 /src/libsyntax | |
| parent | ac64db94bf1d009a43e7f3729434417bd2e59662 (diff) | |
| download | rust-3cc95314c31311138e189d2ad91bb537d034d3c1.tar.gz rust-3cc95314c31311138e189d2ad91bb537d034d3c1.zip | |
Remove std::default::Default from the prelude
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/opt_vec.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/opt_vec.rs b/src/libsyntax/opt_vec.rs index 3abd411a003..325df0ba777 100644 --- a/src/libsyntax/opt_vec.rs +++ b/src/libsyntax/opt_vec.rs @@ -16,6 +16,7 @@ */ use std::vec; +use std::default::Default; #[deriving(Clone, Encodable, Decodable, Hash)] pub enum OptVec<T> { |
