Skip to content

Commit 83ab648

Browse files
committedDec 16, 2024
Auto merge of #134377 - lnicola:sync-from-ra, r=lnicola
Subtree update of `rust-analyzer` r? `@ghost`
2 parents eedc229 + 5c6bae0 commit 83ab648

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+8793
-2177
lines changed
 

‎src/tools/rust-analyzer/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
timeout-minutes: 10
221221
env:
222222
FORCE_COLOR: 1
223-
TYPOS_VERSION: v1.18.0
223+
TYPOS_VERSION: v1.28.3
224224
steps:
225225
- name: download typos
226226
run: curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin

‎src/tools/rust-analyzer/.typos.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ extend-ignore-re = [
1616
"raison d'être",
1717
"inout",
1818
"INOUT",
19-
"optin"
19+
"optin",
20+
"=Pn",
2021
]
2122

2223
[default.extend-words]
@@ -26,8 +27,12 @@ fo = "fo"
2627
ket = "ket"
2728
makro = "makro"
2829
trivias = "trivias"
30+
thir = "thir"
31+
jod = "jod"
2932

3033
[default.extend-identifiers]
34+
anc = "anc"
3135
datas = "datas"
3236
impl_froms = "impl_froms"
3337
selfs = "selfs"
38+
taits = "taits"

0 commit comments

Comments
 (0)
Please sign in to comment.