We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3f21e5 + 87c271e commit 06365d3Copy full SHA for 06365d3
link-inspector/src/main.rs
@@ -29,7 +29,7 @@ fn check_link(link: &str) -> anyhow::Result<()> {
29
}
30
31
fn main() -> anyhow::Result<()> {
32
- println!("🔎 Go Go Gadget Linkifier");
+ println!("🔎 Go Gadget Linkifier");
33
34
let arena = Arena::new();
35
let comrak_options = comrak::ComrakOptions::default();
0 commit comments