Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Sep 22, 2024
1 parent 0bc4d36 commit c016393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/katana/runner/macro/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]

//! Implementation of the proc macro in this module is highly adapted from `tokio-macros` crate.
//! `tokio-macro`: https://docs.rs/tokio-macros/2.4.0/tokio_macros/

Expand Down

0 comments on commit c016393

Please sign in to comment.