We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f21e5 commit 87c271eCopy full SHA for 87c271e
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