File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ able to click it to see its documentation in turn.
49
49
Again, it's surely possible to formulate rules such that answers to these
50
50
questions can be deduced from them mechanically. But even thinking about it
51
51
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".
53
54
54
55
55
56
# Detailed design
@@ -267,6 +268,10 @@ pub trait MyClosedTrait { ... }
267
268
pub closed trait MyClosedTrait { ... }
268
269
````
269
270
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
+
270
275
# Alternatives
271
276
272
277
The alternative is the status quo, and the impact of not doing this is that
You can’t perform that action at this time.
0 commit comments