Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Feb 16, 2023
1 parent d4145c5 commit 981e308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ const SHADOW_RS: &str = "shadow.rs";
#[macro_export]
macro_rules! shadow {
($build_mod:ident) => {
#[doc=r#"shadow-rs mod"#]
#[doc = r#"shadow-rs mod"#]
pub mod $build_mod {
include!(concat!(env!("OUT_DIR"), "/shadow.rs"));
}
Expand Down

0 comments on commit 981e308

Please sign in to comment.