Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Fix some typos, toml fmt and clippys #1590

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[advisories]
ignore = [
# title: Potential segfault in the time crate
# This can be ignored because it only affects users that use the feature flag "clock" of "chrono",
# which we do not. Specifically:
# * the call of "localtime_r" [is unsound](https://github.com/chronotope/chrono/issues/602#issuecomment-940445390)
# * that call [is part of the module "sys"](https://docs.rs/chrono/0.4.19/src/chrono/sys/unix.rs.html#84)
# * "sys" is only available on feature "clock": https://docs.rs/chrono/0.4.19/src/chrono/lib.rs.html#456
#
# Therefore, this advisory does not affect us.
"RUSTSEC-2020-0071",
"RUSTSEC-2020-0159", # same as previous
# title: Potential segfault in the time crate
# This can be ignored because it only affects users that use the feature flag "clock" of "chrono",
# which we do not. Specifically:
# * the call of "localtime_r" [is unsound](https://github.com/chronotope/chrono/issues/602#issuecomment-940445390)
# * that call [is part of the module "sys"](https://docs.rs/chrono/0.4.19/src/chrono/sys/unix.rs.html#84)
# * "sys" is only available on feature "clock": https://docs.rs/chrono/0.4.19/src/chrono/lib.rs.html#456
#
# Therefore, this advisory does not affect us.
"RUSTSEC-2020-0071",
"RUSTSEC-2020-0159", # same as previous
]
Loading
Loading