Browse Source

Adjust a comment to be next to the correct module. (#1360)

pull/1362/head
Teymour Aldridge 3 years ago committed by GitHub
parent
commit
fa3ca4bb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/src/lib.rs

2
boa/src/lib.rs

@ -53,8 +53,8 @@ pub mod object;
pub mod profiler;
pub mod property;
pub mod realm;
// syntax module has a lot of acronyms
pub mod symbol;
// syntax module has a lot of acronyms
#[allow(clippy::upper_case_acronyms)]
pub mod syntax;
pub mod value;

Loading…
Cancel
Save