fix: 移除多余引用 — clippy 警告

This commit is contained in:
2026-06-16 23:40:06 +08:00
parent f42f883cf1
commit fb091bfb87
+1 -1
View File
@@ -37,7 +37,7 @@ impl Version {
/// 对齐图案位置列表
pub fn alignment_positions(self) -> &'static [u8] {
&ALIGNMENT_POSITIONS[self.0 as usize - 1]
ALIGNMENT_POSITIONS[self.0 as usize - 1]
}
/// 获取该版本+级别的纠错信息