Skip to content

Commit

Permalink
Fix: Remove ref keyword use
Browse files Browse the repository at this point in the history
  • Loading branch information
thenatx authored Nov 18, 2024
1 parent d1c51b1 commit 8729131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot/events/read_github_links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use reqwest::get;
use std::collections::{HashMap, HashSet};
use std::option::Option;

static ref COMMENT_TEMPLATES: HashMap<&'static str, &'static str> = HashMap::from([
static COMMENT_TEMPLATES: HashMap<&'static str, &'static str> = HashMap::from([
("c", "// {}"),
("cpp", "// {}"),
("cs", "// {}"),
Expand Down

0 comments on commit 8729131

Please sign in to comment.