Skip to content

Commit

Permalink
docs: missing module-level docs for Callback
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Sep 30, 2023
1 parent dc429e3 commit fcd1028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_reactive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extern crate tracing;

#[macro_use]
mod signal;
mod callback;
pub mod callback;
mod context;
#[macro_use]
mod diagnostics;
Expand Down

0 comments on commit fcd1028

Please sign in to comment.