YJIT: Remove UTF-8 BOM [ci skip]

/yjit/src/backend/x86_64/mod.rs Is also UTF-8 and it doesn't have the
marker. The standard recommends against it, so remove it.
This commit is contained in:
Alan Wu 2023-09-14 18:40:45 -04:00
Родитель 07b615bb3b
Коммит 0ba6c603bc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
// We use the YARV bytecode constants which have a CRuby-style name
// We use the YARV bytecode constants which have a CRuby-style name
#![allow(non_upper_case_globals)]
use crate::asm::*;