Skip to content

Commit 8ad6c66

Browse files
committed
Add another note about the index
1 parent 0c1a00f commit 8ad6c66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

text/0000-feature-metadata.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,10 @@ error: feature `baz` on crate `mycrate` is private and cannot be used by
8989

9090
Validation and parsing of the new schema, described above, shoud be relatively
9191
straightforward. Each of the added keys is discussed individually in the
92-
following sections:
92+
below sections.
93+
94+
It is worth noting that none of these keys depend on any others, so they can be
95+
implemented and stabilized individually.
9396

9497
## `enables`
9598

@@ -140,7 +143,8 @@ exports feature `barred = ["foo/phooey"]`. If `foo` markes `bar` as deprecated,
140143
running any cargo action on `bar` will emit a warning unless `barred` is also
141144
marked `deprecated.
142145

143-
Accessing this information will require access to the manifest.
146+
Accessing this information will require access to the manifest as it will not be
147+
in the index.
144148

145149
### A note on `since`
146150

0 commit comments

Comments
 (0)