1
Fork 0

Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez

it-self → itself, build-system → build system, type-alias → type alias
This commit is contained in:
Matthias Krüger 2025-02-11 18:04:22 +01:00 committed by GitHub
commit d719afdbd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
//!
//! ## Adding a new cfg
//!
//! Adding a new feature requires two new symbols one for the cfg it-self
//! Adding a new feature requires two new symbols one for the cfg itself
//! and the second one for the unstable feature gate, those are defined in
//! `rustc_span::symbol`.
//!