bjorn3 opened PR #2893 from no_errno
to main
:
This removes the
errno
anderrno-dragonfly
crates from cg_clif'sCargo.lock
. While the compile time win is tiny due to their size, there is no point in pulling in a dependency for something libstd already does.
bjorn3 edited PR #2893 from no_errno
to main
:
This removes the
errno
,errno-dragonfly
andgcc
crates from cg_clif'sCargo.lock
. While the compile time win is tiny due to their size, there is no point in pulling in a dependency for something libstd already does.
bnjbvr submitted PR Review.
bnjbvr created PR Review Comment:
Can we also refactor this
match
usingResult::map
? (since the error is now untouched)(And maybe rename
map
intommap
, otherwise it'll read weird:map.map(|map| {...
)
bnjbvr submitted PR Review.
bjorn3 updated PR #2893 from no_errno
to main
.
bjorn3 submitted PR Review.
bjorn3 created PR Review Comment:
Done
cfallin merged PR #2893.
Last updated: Nov 22 2024 at 16:03 UTC