Rollup merge of #108149 - tshepang:typo, r=Dylan-DPC

typo
This commit is contained in:
Matthias Krüger 2023-02-17 12:39:07 +01:00 committed by GitHub
commit 392b150011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
//! This crate contains codegen code that is used by all codegen backends (LLVM and others).
//! The backend-agnostic functions of this crate use functions defined in various traits that
//! have to be implemented by each backends.
//! have to be implemented by each backend.
#[macro_use]
extern crate rustc_macros;