Fix more “a”/“an” typos

This commit is contained in:
Frank Steffahn 2021-08-22 17:27:18 +02:00
parent b08b92eb42
commit 2396fad095
18 changed files with 20 additions and 20 deletions

View file

@ -648,7 +648,7 @@ rustc_queries! {
}
}
/// HACK: when evaluated, this reports a "unsafe derive on repr(packed)" error.
/// HACK: when evaluated, this reports an "unsafe derive on repr(packed)" error.
///
/// Unsafety checking is executed for each method separately, but we only want
/// to emit this error once per derive. As there are some impls with multiple