Skip to content

Commit d736f5b

Browse files
committed
+ alternatives
1 parent 0ad92cd commit d736f5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

text/0000-rust-crate-ownership.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ This is a lot of work, but as we move towards a more deliberately structured pro
148148
# Rationale and alternatives
149149
[rationale-and-alternatives]: #rationale-and-alternatives
150150

151-
The alternative here is mostly to continue as is. This will become increasingly untenable as we add more and more crates; with the constant danger of internal crates becoming accidental artifacts that the ecosystem depends on.
151+
An alternative here is mostly to continue as is. This will become increasingly untenable as we add more and more crates; with the constant danger of internal crates becoming accidental artifacts that the ecosystem depends on.
152+
153+
Another alternative is to ask teams to be clear about the level of support offered in their crates without standardizing the process. This could work, but could lead to less cross-team legibility and would be harder to track.
152154

153155
# Unresolved questions
154156
[unresolved-questions]: #unresolved-questions

0 commit comments

Comments
 (0)