Skip to content

Commit d5a4587

Browse files
committed
WIP use re
1 parent ab55ffc commit d5a4587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdbook-goals/src/mdbook_preprocessor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ use mdbook::BookItem;
1010
use regex::{Captures, Regex};
1111

1212
use crate::goal::{self, format_team_asks, GoalDocument, Status, TeamAsk};
13-
use crate::team;
1413
use crate::util::GithubUserInfo;
14+
use crate::{re, team};
1515

1616
const LINKS: &str = "links";
1717
const LINKIFIERS: &str = "linkifiers";

0 commit comments

Comments
 (0)