Skip to content

Commit

Permalink
remove outdated #[allow] in trustfall_wasm (#706)
Browse files Browse the repository at this point in the history
Was looking at `trustfall_wasm` to see how you made the playground, and
I saw this `#[allow]` statement that doesn't seem necessary any more.
  • Loading branch information
suaviloquence authored Nov 13, 2024
1 parent f859a83 commit 59d2ce4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trustfall_wasm/src/adapter.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// TODO: Remove this once new `wasm_bindgen` version is released.
// The lint is raised inside that macro. The fix is on the main branch but not released yet.
#![allow(clippy::empty_docs)]

use std::{cell::RefCell, collections::BTreeMap, rc::Rc, sync::Arc};

use gloo_utils::format::JsValueSerdeExt;
Expand Down

0 comments on commit 59d2ce4

Please sign in to comment.