Skip to content

Commit cee507f

Browse files
committedDec 31, 2024
fix: doc not found
1 parent 471de17 commit cee507f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![forbid(unsafe_code)]
2-
#![doc=include_str!("../README.md")]
2+
#![doc=include_str!("../README.MD")]
33
pub use tokio_scheduler_types::errors;
44
pub mod job_consumer;
55
pub mod job_hook;

0 commit comments

Comments
 (0)
Please sign in to comment.