@cspell/dict-rust 4.0.1 → 4.0.2

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/dict/rust.txt CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Add
5
5
  Arc
6
- BitAdd
6
+ BitAnd
7
7
  BitOr
8
8
  BitXor
9
9
  Deref
@@ -77,6 +77,7 @@ millis
77
77
  mod
78
78
  move
79
79
  mpsc
80
+ msrv
80
81
  mut
81
82
  mutex
82
83
  offsetof
@@ -90,6 +91,7 @@ pub
90
91
  pure
91
92
  ref
92
93
  return
94
+ rustfmt
93
95
  self
94
96
  serde
95
97
  sizeof
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cspell/dict-rust",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Rust dictionary for cspell.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "scripts": {
14
14
  "build": "cspell-tools-cli compile --keep-raw-case src/rust.txt --no-compress -o ./dict",
15
- "test": "head -n 1000 src/rust.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=rust stdin",
15
+ "test": "shx head -n 1000 src/rust.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=rust stdin",
16
16
  "prepublishOnly": "echo pre-publish",
17
- "prepare": "yarn run build"
17
+ "prepare:dictionary": "pnpm run build"
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
@@ -37,5 +37,5 @@
37
37
  "dict/rust.txt",
38
38
  "cspell-ext.json"
39
39
  ],
40
- "gitHead": "a8ff83095adc9f526f48772c52195e0456f78668"
40
+ "gitHead": "62f2a5fe0ef75e5d54c5d4b947897273625bdd1e"
41
41
  }
package/dict/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Dict Directory
2
-
3
- NOTE: This directory contains generated content. Please edit [src](../src/README.md) files.