Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e164655

Browse filesBrowse files
committed
Apply suggestions from code review
1 parent 4f10cf0 commit e164655
Copy full SHA for e164655

File tree

3 files changed

+2
-2
lines changed
Filter options

3 files changed

+2
-2
lines changed

‎.cspell.dict/rust-more.txt

Copy file name to clipboardExpand all lines: .cspell.dict/rust-more.txt
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ byteorder
1010
byteset
1111
caseless
1212
chrono
13-
Chunker
1413
consts
1514
cranelift
1615
cstring

‎stdlib/src/compression/generic.rs

Copy file name to clipboardExpand all lines: stdlib/src/compression/generic.rs
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// cspell:ignore chunker
12
use crate::vm::{
23
VirtualMachine,
34
builtins::{PyBaseExceptionRef, PyBytesRef},

‎stdlib/src/compression/zlib.rs

Copy file name to clipboardExpand all lines: stdlib/src/compression/zlib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// spell-checker:ignore compressobj decompressobj zdict chunksize zlibmodule miniz chunker
1+
// spell-checker:ignore compressobj decompressobj zdict chunksize zlibmodule miniz
22

33
pub(crate) use zlib::make_module;
44

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.