Skip to content

Commit 16f3bc0

Browse files
authored
Merge pull request #3212 from jhpratt/derive-default-enum
Change feature name, fix grammatical error
2 parents c76963d + a073f3f commit 16f3bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3107-derive-enum-default.md renamed to text/3107-derive-default-enum.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
- Feature Name: `derive_enum_default`
1+
- Feature Name: `derive_default_enum`
22
- Start Date: 2021-04-07
33
- RFC PR: [rust-lang/rfcs#3107](https://github.com/rust-lang/rfcs/pull/3107)
44
- Rust Issue: [rust-lang/rust#87517](https://github.com/rust-lang/rust/issues/87517)
55

66
# Summary
77
[summary]: #summary
88

9-
An attribute `#[default]`, usable on `enum` unit variants, is also introduced, thereby allowing some
9+
An attribute `#[default]`, usable on `enum` unit variants, is introduced thereby allowing some
1010
enums to work with `#[derive(Default)]`.
1111

1212
```rust

0 commit comments

Comments
 (0)