mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
fix(linter): fix clippy warning
This commit is contained in:
parent
c8e968f35d
commit
d4a10e3fac
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ impl<'a> Message<'a> {
|
|||
}
|
||||
|
||||
/// The fixer of the code.
|
||||
/// Note that our parser has handled the BOM, so we don't need to port the BOM test cases from ESLint.
|
||||
/// Note that our parser has handled the BOM, so we don't need to port the BOM test cases from `ESLint`.
|
||||
pub struct Fixer<'a> {
|
||||
source_text: &'a str,
|
||||
messages: Vec<Message<'a>>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue