Skip to content

Commit

Permalink
clippy & fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jun 4, 2024
1 parent f6bc6cc commit 27522f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scopegraphs-render-docs/src/attrs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ scopegraphs = {{path = \"{}\"}}
/// ```rust
{}
/// ```
#[allow(unused)]
fn documented() {{}}
",
code.lines().map(|i| format!("/// {i}")).join("\n")
Expand Down

0 comments on commit 27522f3

Please sign in to comment.