Use new attribute syntax in python files in src/etc too (#13478)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
#[feature(struct_variant)];
|
||||
#![feature(struct_variant)]
|
||||
|
||||
enum Foo {
|
||||
Bar {
|
||||
|
||||
Reference in New Issue
Block a user