Skip to content

Commit 9fbb6ac

Browse files
authored
Merge pull request #7765 from aaron-ang/more-mem-constant
more: constant memory initialization overhead
2 parents 438ed3c + c8c4f52 commit 9fbb6ac

File tree

5 files changed

+812
-615
lines changed

5 files changed

+812
-615
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ thiserror = "2.0.3"
342342
time = { version = "0.3.36" }
343343
unicode-segmentation = "1.11.0"
344344
unicode-width = "0.2.0"
345-
utf-8 = "0.7.6"
346345
utmp-classic = "0.1.6"
347346
uutils_term_grid = "0.7"
348347
walkdir = "2.5"

src/uu/more/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ crossterm = { workspace = true, features = ["use-dev-tty"] }
3333
[[bin]]
3434
name = "more"
3535
path = "src/main.rs"
36+
37+
[dev-dependencies]
38+
tempfile = { workspace = true }

0 commit comments

Comments
 (0)