Skip to content

Commit 2346d7e

Browse files
committed
clarify a thing
1 parent 7cb74e2 commit 2346d7e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

active/0000-no-privates-in-public.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ able to click it to see its documentation in turn.
4949
Again, it's surely possible to formulate rules such that answers to these
5050
questions can be deduced from them mechanically. But even thinking about it
5151
gives me the creeps. If the results arrived at are absurd, then our assumptions
52-
should be revisited. In this case, it's cleaner to just say "don't do that".
52+
should be revisited. In these cases, it would be cleaner to simply say,
53+
"don't do that".
5354

5455

5556
# Detailed design
@@ -267,6 +268,10 @@ pub trait MyClosedTrait { ... }
267268
pub closed trait MyClosedTrait { ... }
268269
````
269270

271+
Adding this is not an integral part of this RFC, and my preference would be to
272+
discuss it separately. It's only an option in case the mentioned functionality
273+
is considered too valuable to lose even temporarily, which I personally doubt.
274+
270275
# Alternatives
271276

272277
The alternative is the status quo, and the impact of not doing this is that

0 commit comments

Comments
 (0)