Skip to content

Commit

Permalink
Merge branch 'master' into shiki/fix_set_marked_text
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed May 4, 2024
2 parents b3eef3f + 7f8771a commit 04f041e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform_impl/web/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// incoming events (from the registered handlers) and ensuring they are passed to the user in a
// compliant way.

// TODO: FP, remove when <https://github.com/rust-lang/rust/issues/121621> is fixed.
#![allow(unknown_lints, non_local_definitions)]
// TODO: FP, remove when <https://github.com/rust-lang/rust-clippy/issues/12377> is fixed.
#![allow(clippy::empty_docs)]

mod r#async;
mod cursor;
Expand Down

0 comments on commit 04f041e

Please sign in to comment.