File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ user-specified command (e.g. `cargo check`) as an oracle to tell if its
12
12
reduction of an item's visibility is valid or not. Note that ` depub ` is
13
13
entirely guided by the oracle command: if the code it compiles happens not to
14
14
use part of an intentionally public interface, then ` depub ` is likely to
15
- suggest reducing its visibility even though that's what you want. The broader
16
- the coverage of your oracle, the less this is an issue.
15
+ suggest reducing its visibility even though that's not what you want. The
16
+ broader the coverage of your oracle, the less this is an issue.
17
17
18
18
In essence, ` depub ` does a string search for ` pub ` , replaces it with `pub
19
19
crate` and sees if a test command still succeeds. If it does, it keeps that
You can’t perform that action at this time.
0 commit comments