@cspell/dict-rust 4.0.9 → 4.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cspell-ext.json CHANGED
@@ -1,7 +1,7 @@
1
1
  // cSpell Settings
2
2
  {
3
3
  "id": "rust",
4
- "name": "Rust Dictionary",
4
+ "name": "Rust",
5
5
  "description": "Rust Keyword Dictionary",
6
6
  "readonly": true,
7
7
  // List of dictionary files to add to the global list of dictionaries
package/dict/rust.txt CHANGED
@@ -21,6 +21,7 @@ PartialEq
21
21
  PartialOrd
22
22
  RefCell
23
23
  Rem
24
+ Rustacean
24
25
  Self
25
26
  Shl
26
27
  Shr
@@ -94,6 +95,7 @@ pub
94
95
  pure
95
96
  ref
96
97
  return
98
+ rustdoc
97
99
  rustfmt
98
100
  rustup
99
101
  self
@@ -111,6 +113,7 @@ toolchain
111
113
  trait
112
114
  typeof
113
115
  u8
116
+ unoptimized
114
117
  unsafe
115
118
  unsized
116
119
  unwrap
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-rust",
3
- "version": "4.0.9",
3
+ "version": "4.0.11",
4
4
  "description": "Rust dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -42,5 +42,5 @@
42
42
  "dict/rust.txt",
43
43
  "cspell-ext.json"
44
44
  ],
45
- "gitHead": "4d80f37a50593b93afd0876b09ec3c879fedf021"
45
+ "gitHead": "588365f8c00b710c7d9eb46db5477f6db48a920d"
46
46
  }