Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into xx/sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCroxx committed Mar 28, 2024
2 parents 9897c02 + 1e4f847 commit 5185437
Show file tree
Hide file tree
Showing 101 changed files with 705 additions and 920 deletions.
8 changes: 1 addition & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ rustflags = [

# Flags for all targets.
[target.'cfg(all())']
rustflags = [
"--cfg",
"tokio_unstable",
# Uncomment the following two lines to enable `TaskLocalAlloc`.
# "--cfg",
# "enable_task_local_alloc",
]
rustflags = ["--cfg", "tokio_unstable"]

[unstable]
lints = true
Loading

0 comments on commit 5185437

Please sign in to comment.