Skip to content

Commit

Permalink
Merge branch 'main' into dd-alarm-timer
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored Jun 11, 2023
2 parents 01a8623 + 856825b commit e7557c2
Show file tree
Hide file tree
Showing 591 changed files with 15,191 additions and 7,375 deletions.
19 changes: 6 additions & 13 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@ linker = "x86_64-unknown-redox-gcc"

[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Wclippy::use_self",
"-Wclippy::needless_pass_by_value",
"-Wclippy::semicolon_if_nothing_returned",
"-Wclippy::single_char_pattern",
"-Wclippy::explicit_iter_loop",
"-Wclippy::use_self",
"-Wclippy::needless_pass_by_value",
"-Wclippy::semicolon_if_nothing_returned",
"-Wclippy::single_char_pattern",
"-Wclippy::explicit_iter_loop",
"-Wclippy::if_not_else",
]

[build]
# See https://github.com/time-rs/time/issues/293#issuecomment-1005002386. The
# unsoundness here is not in the `time` library, but in the Rust stdlib, and as
# such it needs to be fixed there.
rustflags = ["--cfg", "unsound_local_offset"]

[target.'cfg(target_os = "linux")']
rustflags = ["--cfg", "unsound_local_offset"]
1 change: 1 addition & 0 deletions .clippy.toml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
msrv = "1.64.0"
cognitive-complexity-threshold = 10
6 changes: 6 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[profile.ci]
retries = 2
status-level = "all"
final-status-level = "skip"
failure-output = "immediate-final"
fail-fast = false
12 changes: 0 additions & 12 deletions .github/dependabot.yml

This file was deleted.

Loading

0 comments on commit e7557c2

Please sign in to comment.