orhun/git-cliff

Use stable rust for cargo-fmt

开放

#618 创建于 2024年4月21日

 (2 条评论) (2 个反应) (1 位负责人)Rust (308 个派生)auto 404
feature/requestgood first issue

仓库指标

星标
 (12,040 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is there an existing issue or pull request for this?

  • I have searched the existing issues and pull requests

Feature description

Not really a feature. working with cargo nightly for cargo fmt is painful :( Please, consider switching to stable to make the experience of contributors a bit better.

Desired solution

  • Remove rust-toolchain.toml file
  • Run cargo fmt

Downside: all opened PRs will have merge conflicts probably because stable uses spaces instead of tabs. So it's better to do this when there aren't big PRs opened.

Alternatives considered

The alternative is keeping the current configuration I guess.

Additional context

feedback coming from https://github.com/orhun/git-cliff/pull/613#issuecomment-2059908791

贡献者指南