Remove Bacon

This commit is contained in:
Juno Takano 2025-12-26 01:27:47 -03:00
commit 4ae966e503
2 changed files with 0 additions and 9 deletions

View file

@ -206,11 +206,3 @@ wildcard_enum_match_arm = "warn"
# cargo
negative_feature_names = "warn"
redundant_feature_names = "warn"
[package.metadata.bacon.jobs.fmt-check]
command = [ "cargo", "fmt", "--check", "--", "--color=always" ]
need_stdout = true
[package.metadata.bacon.jobs.fmt]
command = [ "cargo", "fmt" ]
need_stdout = true

View file

@ -299,7 +299,6 @@ en is only possible thanks to a number of projects and people:
- Axum|https://github.com/tokio-rs/axum
- Tera|https://keats.github.io/tera/
- Serde|https://serde.rs/ and the |toml crate|https://github.com/toml-rs/toml
- Bacon|https://dystroy.org/bacon/config/
"""
[nodes.Test]