1
Fork 0

Convert most code to new inner attribute syntax.

Closes #2569
This commit is contained in:
Brian Anderson 2014-03-21 18:05:05 -07:00 committed by Alex Crichton
parent c6bbb95ce2
commit 451e8c1c61
327 changed files with 638 additions and 635 deletions

View file

@ -10,7 +10,7 @@
// This file was auto-generated using 'src/etc/generate-keyword-span-tests.py'
#[feature(struct_variant)];
#![feature(struct_variant)]
extern crate rand;
#[deriving(Eq)]