Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .vscode/cspell.dictionaries/workspace.wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# * cargo
cdylib
doctest
rlib

# * crates
advapi
advapi32-sys
aho-corasick
backtrace
blake2b_simd
rustix

Expand Down Expand Up @@ -150,7 +146,6 @@ EROFS

# * vars/fcntl
F_GETFL
GETFL
fcntl
vmsplice

Expand Down Expand Up @@ -185,7 +180,6 @@ IXUSR
LINESIZE
NAMESIZE
RTLD_NEXT
RTLD
RTMAX
RTMIN
SIGABRT
Expand Down Expand Up @@ -240,12 +234,13 @@ strlen
syncfs
umask
waitpid
wcslen

# * vars/nix
iovec
unistd

# * vars/rustix
fcntl_getfl

# * vars/signals
SIGPIPE

Expand Down
Loading