Commit 32574d9
committed
Prior to this change, the extension manifest struct defined the `tags`
field as `Option<Vec<String>>`. This change updates the field to use
the `TagList` newtype, which wraps `HashSet<Tag>` to provide better
semantics and JSON Schema for the type.
The `tags` field isn't directly accessed in any existing code.
1 parent 6888637 commit 32574d9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments