diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-14 19:26:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 19:26:18 +0100 |
| commit | 5763fa74f0bda2fe87003360f9059e67c1b8dcf5 (patch) | |
| tree | 838ee4ad2498bb1ce9876eea4ed2d327fecf530c /compiler/rustc_feature/src | |
| parent | 43bb507d128dc1ea0618ee678245c6bdab561dcf (diff) | |
| parent | 442f848d74c4c3b89e9358a2dced1518f406cbb6 (diff) | |
| download | rust-5763fa74f0bda2fe87003360f9059e67c1b8dcf5.tar.gz rust-5763fa74f0bda2fe87003360f9059e67c1b8dcf5.zip | |
Rollup merge of #104349 - rustaceanclub:master, r=oli-obk
fix some typos in comments
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index dc3a7495684..01477265f61 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -147,7 +147,7 @@ pub enum AttributeDuplicates { FutureWarnPreceding, } -/// A conveniece macro to deal with `$($expr)?`. +/// A convenience macro to deal with `$($expr)?`. macro_rules! or_default { ($default:expr,) => { $default |
