补齐 master 带入代码的 rustfmt 输出
合并 master 后 cargo fmt --check 在 ui_editor/layout/node.rs 报差异(枚举变体的 行尾注释未对齐)。只是 rustfmt 的既定输出,无语义变化。 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -29,7 +29,7 @@ pub enum NodeSource {
|
||||
pub enum StageStatus {
|
||||
NoProblem,
|
||||
NeedReview(String), // reason inside
|
||||
Blocked(String), // reason inside
|
||||
Blocked(String), // reason inside
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
Reference in New Issue
Block a user