1
Fork 0

Fix typos (taking into account review comments)

This commit is contained in:
blyxyas 2024-05-18 18:08:11 +02:00
parent 685a80f7a0
commit c5c820e7fb
29 changed files with 36 additions and 36 deletions

View file

@ -38,7 +38,7 @@ declare_lint! {
///
/// Creating non-local definitions go against expectation and can create discrepancies
/// in tooling. It should be avoided. It may become deny-by-default in edition 2024
/// and higher, see see the tracking issue <https://github.com/rust-lang/rust/issues/120363>.
/// and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>.
///
/// An `impl` definition is non-local if it is nested inside an item and neither
/// the type nor the trait are at the same nesting level as the `impl` block.