rust/compiler/rustc_resolve/src
Mara Bos 5cf025f076
Rollup merge of #88230 - steffahn:a_an, r=oli-obk
Fix typos “a”→“an”

Fix typos in comments; found using a regex to find some easy instance of incorrect usage of a vs. an.

While automation was used to find these, every change was checked manually.

Changes in submodules get separate PRs:
* https://github.com/rust-lang/stdarch/pull/1201
* https://github.com/rust-lang/cargo/pull/9821
* https://github.com/rust-lang/miri/pull/1874
* https://github.com/rust-lang/rls/pull/1746
* https://github.com/rust-analyzer/rust-analyzer/pull/9984
  _folks @ rust-analyzer are fast at merging…_
  * https://github.com/rust-analyzer/rust-analyzer/pull/9985
  * https://github.com/rust-analyzer/rust-analyzer/pull/9987
  * https://github.com/rust-analyzer/rust-analyzer/pull/9989

_For `clippy`, I don’t know if the changes should better better be moved to a PR to the original repo._

<hr>

This has some overlap with #88226, but neither is a strict superset of the other.

If you want multiple commits, I can split it up; in that case, make sure to suggest a criterion for splitting.
2021-08-23 20:45:49 +02:00
..
late Fix more “a”/“an” typos 2021-08-22 16:35:29 +02:00
build_reduced_graph.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
check_unused.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
def_collector.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
diagnostics.rs Suggest importing the right kind of macro. 2021-08-22 14:07:41 +02:00
imports.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
late.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00
lib.rs Rollup merge of #88230 - steffahn:a_an, r=oli-obk 2021-08-23 20:45:49 +02:00
macros.rs Stop tracking namespce in used_imports. 2021-08-22 16:50:59 +02:00