diff options
| author | Andrew Paseltiner <apaseltiner@gmail.com> | 2013-03-20 11:52:45 -0400 |
|---|---|---|
| committer | Andrew Paseltiner <apaseltiner@gmail.com> | 2013-03-22 06:30:59 -0400 |
| commit | e2abecd3ab406ce447a8b23c8a7563e9c455f870 (patch) | |
| tree | e1a2cd1af8878d1f4f37fb21e4c544d1131cd000 /src/libsyntax/ext/deriving | |
| parent | 6e883c730e0d6b07a8a94df30c681a292a031b18 (diff) | |
| download | rust-e2abecd3ab406ce447a8b23c8a7563e9c455f870.tar.gz rust-e2abecd3ab406ce447a8b23c8a7563e9c455f870.zip | |
syntax: replace uses of old deriving attribute with new one
Diffstat (limited to 'src/libsyntax/ext/deriving')
| -rw-r--r-- | src/libsyntax/ext/deriving/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/ext/deriving/mod.rs b/src/libsyntax/ext/deriving/mod.rs index 63bb4389999..57fddd623d4 100644 --- a/src/libsyntax/ext/deriving/mod.rs +++ b/src/libsyntax/ext/deriving/mod.rs @@ -8,8 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -/// The compiler code necessary to implement the #[deriving_eq] and -/// #[deriving_iter_bytes] extensions. +/// The compiler code necessary to implement the #[deriving(Eq)] and +/// #[deriving(IterBytes)] extensions. use core::prelude::*; |
