Skip to content

Commit 589ebc3

Browse files
chore: add comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a661a2f commit 589ebc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/schedule/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// 여기서 link, git 모듈을 사용하는 것이 맞는지 확인해야 함
1+
// TODO: Review the usage of the 'link' and 'git' modules in this file.
2+
// Verify if their usage aligns with the intended design and functionality.
3+
// If necessary, refer to issue #123 for further context and discussion.
24
use crate::git;
35
use crate::link::{LinkCheckResult, check_link};
46
use chrono::Local;

0 commit comments

Comments
 (0)