File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ TODO: what is the vetting process?
1717## Permitted dependencies
1818
1919The ` tidy ` tool has [ a list of crates that are allowed] . To add a
20- dependency that is not already in the compiler, you will need to add it to these
21- crates.
20+ dependency that is not already in the compiler, you will need to add it to the list.
2221
2322[ a list of crates that are allowed ] : https://github.com/rust-lang/rust/blob/19ecce332e56941ea0dd2a805270faa102acdb14/src/tools/tidy/src/deps.rs#L59
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Furthermore this attribute is needed to mark an intrinsic as callable from
7676Macros, compiler desugarings and ` const fn ` s expose their bodies to the call
7777site. To work around not being able to use unstable things in the standard
7878library's macros, there's the ` #[allow_internal_unstable(feature1, feature2)] `
79- attribute that allows the given features for usage in stable macros or
79+ attribute that allows the given features to be used in stable macros or
8080` const fn ` s.
8181
8282Note that ` const fn ` s are even more special in this regard. You can't just
You can’t perform that action at this time.
0 commit comments