formatting

This commit is contained in:
Ryan Wiedemann 2020-08-10 09:19:40 -06:00 committed by GitHub
parent 3e3e50bf0f
commit fbf637d12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ declare_clippy_lint! {
/// type of the reference.
///
/// Note that if the function is part of your public interface, there may be
/// other crates referencing it, of which you may not be aware. Carefully
/// other crates referencing it, of which you may not be aware. Carefully
/// deprecate the function before applying the lint suggestions in this case.
///
/// **Example:**