Skip to content

Commit 852df91

Browse files
authored
Add back TODO
1 parent 2847b2c commit 852df91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parallel/job_token.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl JobTokenServer {
3636
/// that has to be static so that it will be shared by all cc
3737
/// compilation.
3838
fn new() -> &'static Self {
39+
// TODO: Replace with a OnceLock once MSRV is 1.70
3940
static JOBSERVER: OnceCell<JobTokenServer> = OnceCell::new();
4041

4142
JOBSERVER.get_or_init(|| {

0 commit comments

Comments
 (0)