Skip to content

Commit 4f899ce

Browse files
committed
Replace deprecated collections::Bound
1 parent 80d6b56 commit 4f899ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/tls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl<'tcx> TlsData<'tcx> {
174174
key: Option<TlsKey>,
175175
thread_id: ThreadId,
176176
) -> Option<(ty::Instance<'tcx>, Scalar<Tag>, TlsKey)> {
177-
use std::collections::Bound::*;
177+
use std::ops::Bound::*;
178178

179179
let thread_local = &mut self.keys;
180180
let start = match key {

0 commit comments

Comments
 (0)