We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a661a2f commit 589ebc3Copy full SHA for 589ebc3
src/schedule/mod.rs
@@ -1,4 +1,6 @@
1
-// 여기서 link, git 모듈을 사용하는 것이 맞는지 확인해야 함
+// 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.
4
use crate::git;
5
use crate::link::{LinkCheckResult, check_link};
6
use chrono::Local;
0 commit comments